Hacker News new | ask | show | jobs
by collyw 3990 days ago
Agree completely.

I have had to configure some relatively large forms in an application using JSON. Its not a particularly easy to read format, and when the nesting is deep its easy to loose a brace, or not notice a trailing comma in a list.

(I don't know if YAML solves all of those problems, but it certainly looks easier to read).

1 comments

yeah especially when you have nested arrays of JSON objects with a dozen fields with very long text content....simple in practice but not very readable or clean for humans.