Yaml

Features

  • "YAML 1.2 is a valid superset of JSON"

Comparison

vs JSON

  • YAML has overcome JSON’s limitations (e.g., namespace, comment, attribute, and complex configuration).
    • @chatgpt.3.5: " you can create structures in YAML that help organize data in a way that resembles namespaces or scopes in other systems."

Issues

  • YAML lacks protections from corrupted YAML files. 1
  • why not just assume that if the values don't start with a single or double quote, it should just be interpretted as the whole line is quoted

Example

Resources

References


Children
  1. Frontmatter

Footnotes

  1. https://www.nclouds.com/blog/what-is-yaml-data-serialization/˄


Backlinks