Skip to content

JSON

JSON is a lightweight data interchange format that is widely supported across tools and APIs.

What It Is Used For

  • API payloads.
  • Cloud provider templates.
  • Machine-readable configuration and outputs.

Practical Notes

  • JSON is strict and easy for machines to parse.
  • Prefer it when interoperability matters.
  • Use YAML when human editing is the priority.