logoalt Hacker News

array_key_firstyesterday at 11:47 PM2 repliesview on HN

XML is perfectly fine. What are these alternatives?

YAML is just bad. JSON is harder to read for deeply nested structures. TOML and the like don't have enough features.


Replies

RHSeegertoday at 1:35 AM

XML is pretty fantastic for a lot of things that JSON is not up to the task for. And YAML ... has it's own, special issues.

sham1today at 12:10 AM

Maybe ASN.1? Although that has an official XML encoding so maybe not.