JSON
JSON (JavaScript Object Notation) is a lightweight, text-based, language-independent data interchange format that uses human-readable text to represent structured data as key-value pairs and arrays. JSON is standardized by RFC 8259 (December 2017), which obsoletes RFC 7159 (2014) and RFC 4627 (2006). It has become the de facto standard for data exchange in web APIs, configuration files, and NoSQL databases due to its simplicity and broad language support.
1 APIs
0 Features
Data FormatSerializationWeb DevelopmentJSONRFC 8259
APIs
JSON
JSON (JavaScript Object Notation) specification and related resources. Standardized by IETF as RFC 8259 (December 2017, edited by Tim Bray) and by Ecma International as ECMA-404...