JSON is a simple, self-describing, human-readable data serialization format.

Data types

  • String
  • Number
  • Boolean
  • Array
  • Object
  • Null

Useful links

  • https://www.json.org/json-en.html
  • https://datatracker.ietf.org/doc/html/rfc7159
  • https://datatracker.ietf.org/doc/html/rfc8259
  • JSON serializer in Python