Interesting Facts about JSON
Javascript Object Notation (JSON) has the following two properties:
- JSON is a proper subset of YAML.
- JSON is based on a subset of JavaScript.
These two facts also demonstrate an interesting relationship between YAML & JavaScript.