Hacker News new | ask | show | jobs
IBM has a standard to represent JSON as XML (twitter.com)
2 points by rmlewisuk 2321 days ago
1 comments

This 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).