|
|
|
|
|
by JimmyM
3550 days ago
|
|
What's wrong with writing JSON by hand? I've never touched YAML before, but JSON seems pretty clear to me - doesn't feel much different to writing a list naturally. Is YAML one of those things that proper professional programmers need but us amateurs can botch our way around? |
|
Yes - I know that some JSON parsers will allow comments and strip them, but IMHO you shouldn't rely on this, and lots of editors will complain if they encounter any non-standard JSON.