ECMA404
ECMA-404, The JSON Data Interchange Syntax, is an ECMA International standard that defines JSON as a text-based data-interchange format. The specification describes the syntax and rules of JSON, the data types it supports, and the structures for objects and arrays. It is designed to be lightweight and easily consumable by both humans and machines.
JSON defines six value types: null, boolean, number, string, array, and object. Strings are enclosed in double
Encoding and usage: JSON text is a serialized data format that is commonly encoded in UTF-8 and,
Relationship and status: ECMA-404 is maintained by ECMA International. The standard is designed to be compatible