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

Problem in conversion from XML to JSON #11

Description

@sd-chandran

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions