I am converting XML file to JSON. Sample XML data:
<shifts json:Array="true"></shifts>
Output JSON:
"shifts": [
{}
]
Expected output JSON:
"shifts": []
Can anyone help me on this?
I am converting XML file to JSON. Sample XML data:
<shifts json:Array="true"></shifts>
Output JSON:
"shifts": [
{}
]
Expected output JSON:
"shifts": []
Can anyone help me on this?