JSON (JavaScript Object Notation) is a textual data storage and interchange format.
JSON (JavaScript Object Notation) is a serializable data interchange format intended to be machine and human readable.
JSON-formatted data consists of attribute-value pairs, e.g.:
{
"firstName": "John",
"lastName": "Smith",
"age": 35
}