logoalt Hacker News

vjvjvjvjghvyesterday at 6:14 PM1 replyview on HN

Now we have "JSON as savior". I see it way too often where new people come into a project and the first thing they want to do is to replace all XML with JSON, just because. Never mind that this solves basically nothing and often introduces its own set of problems. I am not a big fan of XML but to me it's pretty low in the hierarchy of design problems.


Replies

SoftTalkeryesterday at 7:05 PM

The only problem with XML is the verbosity of the markup. Otherwise it's a nice way to structure data without the bizarre idiosyncracies of YAML or JSON.

show 2 replies