Describe the key differences between JSON and YAML as data transfer objects. What is an advantage of JSON compared to usage of YAML? What is an advantage of YAML compared to use of JSON? code example
Example: Supported by YAML but not supported by JSON:
Supported by YAML but not supported by JSON:
... Null values*
... Nested
... Arrays
... Comments