xmlToJson

Type:Function
Status:stable
Since:1.0.0
Platform:jsnode
@blackbyte.sugar.shared.convert

This function take a xml string as input and return a json object.

Params

  1. xml*-String

    The xml string to convert

Return

  1. -Object

    The corresponding json object

Example

import ( xmlToJson ) from '@blackbyte/sugar/convert';
xmlToJson('...');

Todo

  • testsnormal