IBM has a standard to represent JSON as XML
twitter.com
IBM has a standard to represent JSON as XML
1–2 of 2 posts
Re: IBM has a standard to represent JSON as XML
#2This isn't as ridiculous as most repliers seem to think. XML doesn't readily recognise JSON as a first-class object, and this is a valid way to make that happen. If your host document is XML, this is a quite proper way of including a JSON object as a part of your XML document (as opposed to including the JSON object as a string).