What is the difference between the YAML Model and the JSON Model?
* JSON only supports arrays and string-keyed-maps
* YAML adds data references/pointers
** Allows cyclic data
* YAML adds an extensible type system
** All nodes are typed
** Usually implicitly