in reply to Re^2: OT: xml format question
in thread OT: xml format question

If I were to choose, I wouldn't choose XML at all.

JSON seems much nicer and less verbose to me, and it has far less choices like encoding, entities, comments and references to external things.

It lacks schema definitions and tooling though.

Replies are listed 'Best First'.
Re^4: OT: xml format question
by Anonymous Monk on May 21, 2013 at 21:46 UTC
      Sure, but there is no JSONSpy, like there is XmlSpy, and other programs prefer to output/consume XML and don't know what JSON would even be.