1.2.9 JSON
JSON, short for JavaScript Object Notation, is a format used to send and store data in structured text.
JSON has the following syntax rules:
- Data is formatted in "name":"value" pairs.
- Square brackets [] represent an array of objects.
- Curly brackets {} represent an object.
- Data is separated by commas.