What is JSON?
JSON is a data-interchange format that resembles JavaScript syntax.
Mime type for this format is application/json
.
In JSON, there can be represented most of the basic JavaScript types, like for example:
- strings
- numbers
- objects
- arrays
- floats
- nulls
- booleans