|
|
|
|
|
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). |
|