Good read to find YAML data structures that cannot be expressed in JSON
1–5 of 5 posts
Re: Good read to find YAML data structures that cannot be expressed in JSON
#2* multiple documents in a single stream
* any node type can be used as a mapping key
* pointers via &anchor and *alias
Re: Good read to find YAML data structures that cannot be expressed in JSON
#3* multiple documents in a single stream * any node type can be used as a mapping key * pointers via &anchor and *alias
Interesting read, thanks
Re: Good read to find YAML data structures that cannot be expressed in JSON
#4Re: Good read to find YAML data structures that cannot be expressed in JSON
#5* multiple documents in a single stream * any node type can be used as a mapping key * pointers via &anchor and *alias
[dead]