JSON vs YAML

The following stackoverflow page has intresting comments about json vs yaml.

what-is-the-difference-between-yaml-and-json

JSON:

  1. web friendly
  2. fast processing compare to YAML
  3. wider acceptance
  4. lack of comments is major drawback
  5. Good for data interchange handling

YAML

  1. human eye friendly (no ” {} )
  2. good for configuration files
  3. super set of json