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.
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?
When i am converting from XML to JSON, I am getting:
Can you help me, to convert correct JSON format Array.
Thanks,
Sudhakar.