JSON
JSON is a simple, self-describing, human-readable data serialization format.
It is based on how Javascript represents objects in its syntax, but there are differences.
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
Leave a Comment