Skip to content

XML to Json parsing error questions #692

@superuser1444

Description

@superuser1444

Hi, thank you for creating such a great library.
I'm using that library to convert XML to JSON.
It's working fine, but I've noticed some issues while using it.
For example, if you convert the following ServicePolicy.xml (https://gist.github.com/istolga/bce09bec9ed293e2bcb9f9c7e4bfbbe2) to json, the problem is as follows.


<L7p:Comment stringValue="============================"/>
"L7p:Comment": {
    "-stringValue": "",
    "-self-closing": "true"
}

Is there a workaround for the above issue?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions