Hacker News new | ask | show | jobs
Good read to find YAML data structures that cannot be expressed in JSON (11sigma.com)
3 points by aeberhart 1043 days ago
1 comments

* multiple documents in a single stream * any node type can be used as a mapping key * pointers via &anchor and *alias
Interesting read, thanks
In a way it's a very basic question, but I really had to search a while...