Hi,
I need to parse JSON to XML and back again. I didn't expected that the JSON input and the JSON output (after two parsing steps) differ form each other. The alphabetical ordering isn't an issue. The problem is, that the generated "e" from the XML appears in JSON. On one hand it is plausible, that the XML is parsed strictly to JSON without modification. On the other hand it's just irritating that the JSON changes after parsing back and forth. What is your advise for this problem? Is there already a feature implemented? Or do i need to write a parser by myself?
Thanks in advance,
Sebastian
Hi,
I need to parse JSON to XML and back again. I didn't expected that the JSON input and the JSON output (after two parsing steps) differ form each other. The alphabetical ordering isn't an issue. The problem is, that the generated "e" from the XML appears in JSON. On one hand it is plausible, that the XML is parsed strictly to JSON without modification. On the other hand it's just irritating that the JSON changes after parsing back and forth. What is your advise for this problem? Is there already a feature implemented? Or do i need to write a parser by myself?
Thanks in advance,
Sebastian