This repository was archived by the owner on Feb 12, 2022. It is now read-only.

Description
Hi,
I am using v0.2.0, still I am facing the above issue. Can you please help me to resolve these issue, I am struggling?
<data></data>
<data></data>
<data></data>
When i am converting from XML to JSON, I am getting:
"data": {
0: { },
1: { },
2: { }
}
Can you help me, to convert correct JSON format Array.
"data": [
0: { },
1: { },
2: { }
]
Thanks,
Sudhakar.