On Thursday, 29 August 2013 at 15:43:36 UTC, H. S. Teoh wrote:
JSON is a nicer, simpler alternative, though there may be limitations
with it that I don't know about.

The main disavantage of JSON vs XML is lack of validation. Whenever I write code that works with JSON (or any data format), I have to write extra code to perform validation. If there was a validation addon for JSON, you could nix XML for good.

Regards
Jason

Reply via email to