Purpose

JSON.PLUS is a project by Jason Polis.

My motivation to create a straight forward round trip conversion of XML to JSON
arose from frustrations working with one that lost document order.
When the JSON was converted back into XML the elements were out of order,
and so the XML was invalid according to the schema.
Also, as the order of JSON object members was unpredictable,
this made textual comparison of documents difficult.

If you find this useful, please contact me.