Hacker News new | ask | show | jobs
by mercurial 4626 days ago
Why not? After all, since JSON is not a proper Javascript subset, you still need to parse it somehow. And as JSON is a proper subset of YAML, you should get by with a YAML parser.
1 comments

I think JSON being a subset of yaml is one of THE biggest mistakes YAML made, second only to making YAML a serialization format.