JSON
JavaScript Object Notation (JSON) is a lightweight, text-based, language-independent data interchange format.
Specifications
- ECMA-404: The JSON Data Interchange Syntax
- RFC 8259: The JavaScript Object Notation (JSON) Data Interchange Format
- ISO/IEC 21778:2017: Information technology—The JSON data interchange syntax
Sample Code
{
"title": "Batman Begins",
"year": 2005,
"rating": "PG-13",
"genres": ["action", "crime", "drama"]
}