# JSON

> Mediated Wiki article. Canonical URL: https://mediated.wiki/source/JSON
> Markdown URL: https://mediated.wiki/source/JSON.md
> Source: https://en.wikipedia.org/wiki/JSON
> Source revision: 1352323445
> License: Creative Commons Attribution-ShareAlike 4.0 International (https://creativecommons.org/licenses/by-sa/4.0/)

Open standard file format and data interchange

"Json" redirects here. For people with similar names, see [J Son](/source/J_Son_(disambiguation)).

JavaScript Object Notation The JSON logo is a Möbius strip. Filename extension .json Internet media type application/json Type code TEXT Uniform Type Identifier (UTI) public.json Type of format Data interchange Extended from JavaScript Standard STD 90 (RFC 8259), ECMA-404, ISO/IEC 21778:2017 Open format? Yes Website json.org

**JSON** (**JavaScript Object Notation**, pronounced [/ˈdʒeɪsən/](https://en.wikipedia.org/wiki/Help:IPA/English) or [/ˈdʒeɪˌsɒn/](https://en.wikipedia.org/wiki/Help:IPA/English)) is an [open standard](/source/Open_standard) file format and [data interchange](/source/Electronic_data_interchange) format that uses [human-readable](/source/Human-readable_medium_and_data) text to store and transmit data objects consisting of [name–value pairs](/source/Name%E2%80%93value_pair) and [arrays](/source/Array_data_type) (or other [serializable](/source/Serialization) values). It is a commonly used data format with diverse uses in [electronic data interchange](/source/Electronic_data_interchange), including that of [web applications](/source/Web_application) with [servers](/source/Server_(computing)).

JSON is a [programming language-independent](/source/Language-independent_specification) data format. It was derived from [JavaScript](/source/JavaScript), but many modern [programming languages](/source/Programming_language) include code to generate and [parse](/source/Parse) JSON-format data. JSON filenames use the extension .json.

[Douglas Crockford](/source/Douglas_Crockford) originally specified the JSON format in the early 2000s.[1] They[a] and [Chip Morningstar](/source/Chip_Morningstar) sent the first JSON message in April 2001.

## Naming and pronunciation

The 2017 [international standard](/source/International_standard) (ECMA-404 and ISO/IEC 21778:2017) specifies that "JSON" is "pronounced [/ˈdʒeɪ.sən/](https://en.wikipedia.org/wiki/Help:IPA/English), as in '[Jason](/source/Jason) and The [Argonauts](/source/Argonauts)'".[3][4] The first (2013) edition of ECMA-404 did not address the pronunciation.[5] Crockford said in 2011, "There's a lot of argument about how you pronounce that, but I strictly don't care."[1] [/ˈdʒeɪˌsɒn/](https://en.wikipedia.org/wiki/Help:IPA/English) is another common pronunciation.[6]

## Standards

After RFC 4627 had been available as its "informational" specification since 2006, JSON was first standardized in 2013, as [ECMA](/source/Ecma_International)-404.[5] RFC 8259, published in 2017, is the current version of the [Internet Standard](/source/Internet_Standard) STD 90, and it remains consistent with ECMA-404.[7] That same year, JSON was also standardized as [ISO/IEC](/source/ISO%2FIEC) 21778:2017.[3] The [ECMA](/source/Ecma_International) and [ISO/IEC](/source/ISO%2FIEC) standards describe only the allowed syntax, whereas the RFC covers some security and interoperability considerations.[8]

## History

Douglas Crockford at the Yahoo Building (2007)

JSON grew out of a need for a real-time server-to-browser session communication protocol without using browser plugins such as [Flash](/source/Adobe_Flash) or [Java](/source/Java_(programming_language)) applets, the dominant methods used in the early 2000s.[9]

Crockford first specified and popularized the JSON format.[1] The acronym originated at State Software, a company cofounded by Crockford and others in March 2001. The cofounders agreed to build a system that used standard browser capabilities and provided an [abstraction layer](/source/Abstraction_layer) for Web developers to create stateful Web applications that had a persistent duplex connection to a Web server by holding two [Hypertext Transfer Protocol](/source/Hypertext_Transfer_Protocol) (HTTP) connections open and recycling them before standard browser time-outs if no further data were exchanged. The cofounders had a round-table discussion and voted on whether to call the data format [JSML](/source/JSML) (JavaScript Markup Language) or JSON (JavaScript Object Notation), as well as under what [license](/source/Software_license) type to make it available. The JSON.org[10] website was launched in 2001. In December 2005, [Yahoo!](/source/Yahoo!) began offering some of its [Web services](/source/Web_service) in JSON.[11]

A precursor to the JSON libraries was used in a children's digital asset trading game project named [Cartoon Orbit](/source/Cartoon_Orbit) at Communities.com [*[citation needed](https://en.wikipedia.org/wiki/Wikipedia:Citation_needed)*] which used a browser side plug-in with a proprietary messaging format to manipulate [DHTML](/source/DHTML) elements. Upon discovery of early [Ajax](/source/Ajax_(programming)) capabilities, digiGroups, Noosh, and others used frames to pass information into the user browsers' visual field without refreshing a Web application's visual context, realizing real-time rich Web applications using only the standard HTTP, HTML, and JavaScript capabilities of Netscape 4.0.5+ and Internet Explorer 5+. Crockford then found that JavaScript could be used as an object-based messaging format for such a system. The system was sold to [Sun Microsystems](/source/Sun_Microsystems), [Amazon.com](/source/Amazon.com), and [EDS](/source/Electronic_Data_Systems).

JSON was based on a [subset](/source/Subset) of the [JavaScript](/source/JavaScript) scripting language (specifically, Standard [ECMA](/source/Ecma_International)-262 3rd Edition—December 1999[12]) and is commonly used with JavaScript, but it is a [language-independent](/source/Language-independent_specification) data format. Code for [parsing](/source/Parsing) and generating JSON data is readily available in many [programming languages](/source/Programming_languages). JSON's website lists JSON [libraries](/source/Language_binding) by language.

In October 2013, [Ecma International](/source/Ecma_International) published the first edition of its JSON standard ECMA-404.[5] That same year, [RFC](/source/RFC_(identifier)) [7158](https://www.rfc-editor.org/rfc/rfc7158) used ECMA-404 as a reference. In 2014, [RFC](/source/RFC_(identifier)) [7159](https://www.rfc-editor.org/rfc/rfc7159) became the main reference for JSON's Internet uses, superseding [RFC](/source/RFC_(identifier)) [4627](https://www.rfc-editor.org/rfc/rfc4627) and [RFC](/source/RFC_(identifier)) [7158](https://www.rfc-editor.org/rfc/rfc7158) (but preserving ECMA-262 and ECMA-404 as main references). In November 2017, [ISO/IEC JTC 1/SC 22](/source/ISO%2FIEC_JTC_1%2FSC_22) published ISO/IEC 21778:2017[3] as an international standard. On December 13, 2017, the [Internet Engineering Task Force](/source/Internet_Engineering_Task_Force) obsoleted [RFC](/source/RFC_(identifier)) [7159](https://www.rfc-editor.org/rfc/rfc7159) when it published [RFC](/source/RFC_(identifier)) [8259](https://www.rfc-editor.org/rfc/rfc8259), which is the current version of the [Internet Standard](/source/Internet_Standard) STD 90.[7]

Crockford added a clause to the JSON license stating, "The Software shall be used for Good, not Evil", in order to [open-source](/source/Open-source) the JSON libraries while mocking corporate lawyers and those who are overly pedantic. On the other hand, this clause led to [license compatibility](/source/License_compatibility) problems of the JSON license with other [open-source licenses](/source/Open-source_license) since [open-source software](/source/Open-source_software) and [free software](/source/Free_software) usually imply no restrictions on the purpose of use.[13]

## Syntax

The following example shows a possible JSON representation describing a person.

{
  "first_name": "John",
  "last_name": "Smith",
  "is_alive": true,
  "age": 27,
  "address": {
    "street_address": "21 2nd Street",
    "city": "New York",
    "state": "NY",
    "postal_code": "10021-3100"
  },
  "phone_numbers": [
    {
      "type": "home",
      "number": "212 555-1234"
    },
    {
      "type": "office",
      "number": "646 555-4567"
    }
  ],
  "children": [
    "Catherine",
    "Thomas",
    "Trevor"
  ],
  "spouse": null
}

### Character encoding

Although Crockford originally asserted that JSON is a strict subset of [JavaScript](/source/JavaScript) and [ECMAScript](/source/ECMAScript),[14] their specification actually allows valid JSON documents that are not valid JavaScript; JSON allows the [Unicode line terminators](/source/Unicode#Newlines) U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR to appear unescaped in quoted strings, while ECMAScript 2018 and older do not.[15][16] This is a consequence of JSON disallowing only "control characters". For maximum portability, these characters are backslash-escaped.

JSON exchange in an open ecosystem must be encoded in [UTF-8](/source/UTF-8).[7] The encoding supports the full Unicode character set, including those characters outside the [Basic Multilingual Plane](/source/Basic_Multilingual_Plane) (U+0000 to U+FFFF). However, if escaped, those characters must be written using [UTF-16 surrogate pairs](/source/UTF-16#Code_points_from_U+010000_to_U+10FFFF). For example, to include the [Emoji](/source/Emoji) character U+1F610 😐 NEUTRAL FACE in JSON:

{ "face": "😐" }

Or:

{ "face": "\uD83D\uDE10" }

JSON became a strict subset of ECMAScript as of the language's 2019 revision.[16][17]

### Data types

JSON's basic data types are:

- Number: a signed decimal number that may contain a fractional part and may use exponential [E notation](/source/E_notation) but cannot include non-numbers such as [NaN](/source/NaN). The format makes no distinction between integer and floating-point. JavaScript uses [IEEE-754](/source/IEEE-754) [double-precision floating-point format](/source/Double-precision_floating-point_format) for all its numeric values (later also supporting [BigInt](/source/Arbitrary-precision_arithmetic)[18]), but other languages implementing JSON may encode numbers differently.

- [String](/source/String_(computer_science)): a sequence of [zero](/source/Empty_string) or more [Unicode](/source/Unicode) characters. Strings are delimited with double quotation marks and support a backslash [escaping](/source/Escape_character) syntax.

- [Boolean](/source/Boolean_data_type): either of the values true or false

- [Array](/source/Array_data_structure): an [ordered list](/source/List_(abstract_data_type)) of zero or more elements, each of which may be of any type. Arrays use [square bracket](/source/Square_bracket) notation with comma-separated elements.

- [Object](/source/Object_(computer_science)): a collection of [name–value pairs](/source/Name%E2%80%93value_pair) where the names (also called keys) are strings. The current ECMA standard states, "The JSON syntax does not impose any restrictions on the strings used as names, does not require that name strings be unique, and does not assign any significance to the ordering of name/value pairs."[19] Objects are delimited with [curly brackets](/source/Braces_(punctuation)#Braces) and use commas to separate each pair, while within each pair, the colon ":" character separates the key or name from its value.

- [null](/source/Nullable_type): an empty value, using the word null

[Whitespace](/source/Whitespace_character) is allowed and ignored around or between syntactic elements (values and punctuation, but not within a string value). Four specific characters are considered whitespace for this purpose: [space](/source/Space_(punctuation)), [horizontal tab](/source/Horizontal_tab), [line feed](/source/Line_feed), and [carriage return](/source/Carriage_return). In particular, the [byte order mark](/source/Byte_order_mark) must not be generated by a conforming implementation (though it may be accepted when parsing JSON)[*[citation needed](https://en.wikipedia.org/wiki/Wikipedia:Citation_needed)*]. JSON does not provide syntax for [comments](/source/Comment_(computer_programming)).[20]

Early versions of JSON (such as specified by [RFC](/source/RFC_(identifier)) [4627](https://www.rfc-editor.org/rfc/rfc4627)) required that a valid JSON text must consist of only an object or an array type, which could contain other types within them. This restriction was dropped in [RFC](/source/RFC_(identifier)) [7158](https://www.rfc-editor.org/rfc/rfc7158), where a JSON text was redefined as any serialized value.

Numbers in JSON are agnostic with regard to their representation within programming languages. While this allows for numbers of [arbitrary precision](/source/Arbitrary_precision) to be serialized, it may lead to portability issues. For example, since no differentiation is made between integer and floating-point values, some implementations may treat 42, 42.0, and 4.2E+1 as the same number, while others may not. The JSON standard makes no requirements regarding implementation details such as [overflow](/source/Arithmetic_overflow), [underflow](/source/Underflow), loss of precision, rounding, or [signed zeros](/source/Signed_zero), but it does recommend expecting no more than [IEEE 754](/source/IEEE_754) [binary64](/source/Binary64) precision for "good interoperability". There is no inherent precision loss in serializing a machine-level binary representation of a floating-point number (like binary64) into a human-readable decimal representation (like numbers in JSON) and back; there exist published algorithms to do this conversion exactly and optimally.[21]

Comments were intentionally excluded from JSON. In 2012, Douglas Crockford described their design decision thus: "I removed comments from JSON because I saw people were using them to hold parsing directives, a practice which would have destroyed interoperability."[20]

JSON disallows "trailing commas", a [comma](/source/Comma#Computing) after the last value inside a data structure.[22] Trailing commas are a common feature of [JSON derivatives](#Derivatives) to improve ease of use.[23]

## Interoperability

[RFC](/source/RFC_(identifier)) [8259](https://www.rfc-editor.org/rfc/rfc8259) describes certain aspects of JSON syntax that, while legal per the specifications, can cause interoperability problems.

- Certain JSON implementations only accept JSON texts representing an object or an array. For interoperability, applications interchanging JSON should transmit messages that are objects or arrays.

- The specifications allow JSON objects that contain multiple members with the same name. The behavior of implementations processing objects with duplicate names is unpredictable. For interoperability, applications should avoid duplicate names when transmitting JSON objects.

- The specifications specifically say that the order of members in JSON objects is not significant. For interoperability, applications should avoid assigning meaning to member ordering even if the parsing software makes that ordering visible.

- While the specifications place no limits on the magnitude or precision of JSON number literals, the widely used JavaScript implementation stores them as IEEE754 "binary64" quantities. For interoperability, applications should avoid transmitting numbers that cannot be represented in this way, for example, 1E400 or 3.141592653589793238462643383279.

- While the specifications do not constrain the character encoding of the Unicode characters in a JSON text, the vast majority of implementations assume [UTF-8](/source/UTF-8) encoding; for interoperability, applications should always and only encode JSON messages in UTF-8.

- The specifications do not forbid transmitting byte sequences that incorrectly represent Unicode characters. For interoperability, applications should transmit messages containing no such byte sequences.

- The specification does not constrain how applications go about comparing Unicode strings. For interoperability, applications should always perform such comparisons code unit by code unit.

In 2015, the IETF published [RFC](/source/RFC_(identifier)) [7493](https://www.rfc-editor.org/rfc/rfc7493), describing the "I-JSON Message Format", a restricted profile of JSON that constrains the syntax and processing of JSON to avoid, as much as possible, these interoperability issues.

### Semantics

While JSON provides a syntactic framework for data interchange, unambiguous data interchange also requires agreement between producer and consumer on the semantics of specific use of the JSON syntax.[24] One example of where such an agreement is necessary is the serialization of data types that are not part of the JSON standard, for example, dates and [regular expressions](/source/Regular_expression).

## Metadata and schema

The official [MIME type](/source/MIME_type) for JSON text is application/json,[25] and most modern implementations have adopted this. Legacy MIME types include text/json, text/x-json, and text/javascript.[26] The standard [filename extension](/source/Filename_extension) is .json.[27]

*JSON Schema* specifies a JSON-based format to define the structure of JSON data for validation, documentation, and interaction control. It provides a contract for the JSON data required by a given application and how that data can be modified.[28] JSON Schema is based on the concepts from [XML Schema](/source/XML_Schema_(W3C)) (XSD) but is JSON-based. As in XSD, the same serialization/deserialization tools can be used both for the schema and data, and it is self-describing. It is specified in an [Internet Draft](/source/Internet_Draft) at the IETF, with the latest version as of 2024 being "Draft 2020-12".[29] There are several validators available for different programming languages,[30] each with varying levels of conformance.

The JSON standard does not support object [references](/source/Reference_(computer_science)), but an [IETF](/source/IETF) draft standard for JSON-based object references exists.[31]

## Uses

[JSON-RPC](/source/JSON-RPC) is a [remote procedure call](/source/Remote_procedure_call) (RPC) protocol built on JSON, as a replacement for [XML-RPC](/source/XML-RPC) or [SOAP](/source/SOAP). It is a simple protocol that defines only a handful of data types and commands. JSON-RPC lets a system send notifications (information to the server that does not require a response) and multiple calls to the server that can be answered out of order.

[Asynchronous JavaScript and JSON](/source/Asynchronous_JavaScript_and_JSON) (or AJAJ) refers to the same [dynamic web page](/source/Dynamic_web_page) methodology as [Ajax](/source/Ajax_(programming)), but instead of [XML](/source/XML), JSON is the data format. AJAJ is a web development technique that provides for the ability of a [web page](/source/Web_page) to request new data after it has loaded into the [web browser](/source/Web_browser). Typically, it renders new data from the server in response to user actions on that web page. For example, what the user types into a [search box](/source/Text_box), [client-side code](/source/Client-side_scripting) then sends to the server, which immediately responds with a [drop-down list](/source/Drop-down_list) of matching [database](/source/Database) items.

JSON has seen [ad hoc](/source/Ad_hoc) usage as a [configuration language](/source/Configuration_file). However, it does not support [comments](/source/Comment_(computer_programming)). In 2012, Douglas Crockford, JSON creator, had this to say about comments in JSON when used as a configuration language: "I know that the lack of comments makes some people sad, but it shouldn't. Suppose you are using JSON to keep configuration files, which you would like to annotate. Go ahead and insert all the comments you like. Then pipe it through JSMin[32] before handing it to your JSON parser."[20]

[MongoDB](/source/MongoDB) uses JSON-like data for its [document-oriented database](/source/Document-oriented_database).

Some relational databases have added support for native JSON data types, such as JSONB in PostgreSQL[33] and JSON in MySQL.[34] This allows developers to insert JSON data directly without having to convert it to another format.

## Safety

JSON being a subset of JavaScript can lead to the misconception that it is safe to pass JSON texts to the JavaScript [eval](/source/Eval)() function. This is not safe, due to certain valid JSON texts, specifically those containing U+2028 LINE SEPARATOR or U+2029 PARAGRAPH SEPARATOR, not being valid JavaScript code until JavaScript specifications were updated in 2019, and so older engines may not support it.[35] To avoid the many pitfalls caused by executing arbitrary code from the Internet, a new function, JSON.parse(), was first added to the fifth edition of ECMAScript,[36] which as of 2017 is supported by all major browsers. For non-supported browsers, an API-compatible JavaScript library is provided by [Douglas Crockford](/source/Douglas_Crockford).[37] In addition, the TC39 proposal "Subsume JSON" made [ECMAScript](/source/ECMAScript) a strict JSON superset as of the language's 2019 revision.[16][17] Various JSON parser implementations have suffered from [denial-of-service attack](/source/Denial-of-service_attack) and [mass assignment vulnerability](/source/Mass_assignment_vulnerability).[38][39]

## Alternatives

See also: [Comparison of data-serialization formats](/source/Comparison_of_data-serialization_formats)

JSON is promoted as a low-overhead alternative to XML as both of these formats have widespread support for creation, reading, and decoding in the real-world situations where they are commonly used.[40] Depending on the specific use-case, JSON alternatives include:

- For textual formats, [CSV](/source/Comma-separated_values) and [supersets](#Supersets) of JSON (see below). Ion also offers a textual format that's a JSON superset (wider range of primary types, annotations, comments, and allowing trailing commas).[41]

- For faster processing at the cost of human-readability, data interchange formats that can express all JSON objects include [CBOR](/source/CBOR) (an IETF RFC standard) and [Ion](/source/Ion_(serialization_format)) binary.[41] [Google Protocol Buffers](/source/Google_Protocol_Buffers) can also fill this niche due to the ability to be parsed without a schema, but it is not intended as an interchange language. In addition, databases such as SQLite and PostgreSQL have their own internal binary representations called "JSONB", not intended for outside use.[42]

### XML

Main article: [XML](/source/XML)

[XML](/source/XML) has been used to describe structured data and to serialize objects. Various XML-based protocols exist to represent the same kind of data structures as JSON for the same kind of data interchange purposes. Data can be encoded in XML in several ways. The most expansive form using tag pairs results in a much larger (in character count) representation than JSON, but if data is stored in attributes and *short tag* form where the closing tag is replaced with />, the representation is often about the same size as JSON or just a little larger.[43] However, an XML attribute can only have a single value and each attribute can appear at most once on each element.

XML separates data from metadata (via the use of elements and attributes), while JSON does not have such a concept.

Another key difference is the addressing of values. JSON has objects with a simple key-to-value mapping, whereas in XML addressing happens on *nodes*, each of which receives a unique ID via the XML processor. Additionally, the XML standard defines a common attribute xml:id, that can be used by the user, to set an ID explicitly.

XML tag names cannot contain any of the characters !"#$%&'()*+,/;<=>?@[\]^`{|}~, nor a space character, and cannot begin with -, ., or a numeric digit, whereas JSON keys can (even if quotation mark and backslash must be escaped).[44]

XML values are strings of *characters*, with no built-in [type safety](/source/Type_safety). XML has the concept of [schema](/source/XML_schema), that permits strong typing, user-defined types, predefined tags, and formal structure, allowing for formal validation of an XML stream. JSON has several types built-in and has a similar schema concept in [JSON Schema](#Metadata_and_schema).

XML supports comments, while JSON does not.[45][20]

## Supersets

Support for [comments](/source/Comment_(computer_programming)) and other features have been deemed useful, which has led to several nonstandard JSON [supersets](/source/Superset) being created. Among them are HJSON,[46] HOCON, and JSON5 (which despite its name, is not the fifth version of JSON).[47][48]

### YAML

See also: [YAML § JSON](/source/YAML#JSON)

[YAML](/source/YAML) version 1.2 is a superset of JSON; prior versions were not strictly compatible. For example, escaping a slash / with a backslash \ is valid in JSON, but was not valid in YAML.[49] YAML supports comments, while JSON does not.[49][47][20]

### CSON

**CSON** ("[CoffeeScript](/source/CoffeeScript) Object Notation") uses [significant indentation](/source/Significant_indentation) and unquoted keys, and assumes an outer object declaration. It was used for configuring [GitHub](/source/GitHub)'s [Atom text editor](/source/Atom_(text_editor)).[50][51][52]

There is also an unrelated project called **CSON** ("Cursive Script Object Notation") that is more syntactically similar to JSON.[53]

### HOCON

**HOCON** ("Human-Optimized Config Object Notation") is a format for [human-readable](/source/Human-readable_medium_and_data) data, and a superset of JSON.[54] The uses of HOCON are:

- It is used mostly along with the [Play Framework](/source/Play_Framework),[55] and is developed by [Lightbend](/source/Lightbend).

- It is also supported as a configuration format for [.NET](/source/.NET) projects via Akka.NET[56][57] and [Puppet](/source/Puppet_(software)).[58]

- TIBCO Streaming:[59] HOCON is the primary configuration file format for the TIBCO Streaming[60] family of products (StreamBase, LiveView, and Artifact Management Server) as of TIBCO Streaming Release 10.[61]

- It is also the primary configuration file format for several subsystems of Exabeam Advanced Analytics.[62]

- [Jitsi](/source/Jitsi) uses it as the "new" config system and [.properties](/source/.properties)-Files as fallback[63][64]

### JSON5

**JSON5** ("JSON5 Data Interchange Format") is an extension of JSON syntax that, like JSON, is also valid JavaScript syntax. The specification was started in 2012 and finished in 2018 with version 1.0.0.[65] The main differences to JSON syntax are:[*[example needed](https://en.wikipedia.org/wiki/Wikipedia:AUDIENCE)*]

- Optional trailing commas

- Unquoted object keys

- Single quoted and multiline strings

- Additional number formats

- Comments

JSON5 syntax is supported in some software as an extension of JSON syntax, for instance in [SQLite](/source/SQLite).[66]

### JSONC

**JSONC** (JSON with Comments) is a subset of JSON5 used in Microsoft's [Visual Studio Code](/source/Visual_Studio_Code):[67][68]

- supports single-line comments (//) and block comments (/* */)[69]

- accepts trailing commas, but they are discouraged and the editor will display a warning

## Derivatives

Several serialization formats have been built on or from the JSON specification. Examples include

- [GeoJSON](/source/GeoJSON), a format designed for representing simple geographical features[70][71]

- [JSON-LD](/source/JSON-LD), a method of encoding [linked data](/source/Linked_data) using JSON[72][73]

- [JSON-RPC](/source/JSON-RPC), a remote procedure call protocol encoded in JSON[74]

- [JsonML](/source/JsonML), a lightweight markup language used to map between [XML](/source/XML) and JSON[75][76]

- [Smile (data interchange format)](/source/Smile_(data_interchange_format))[77][78]

- [UBJSON](/source/UBJSON), a binary computer data interchange format imitating JSON, but requiring fewer bytes of data[79][80]

- [Jsonnet](https://en.wikipedia.org/w/index.php?title=Jsonnet&action=edit&redlink=1) is a [prototype-based](/source/Prototype-based_programming) domain-specific language that produces JSON files. All JSON documents are valid Jsonnet programs that will be emitted unchanged when run. Jsonnet extends JSON by supporting variables, imports, loops, comments, etc.[81][82] Jsonnet is used as a configuration language for cloud infrastructure engineering.[83]

## See also

- [BSON](/source/BSON)

- [Comparison of data-serialization formats](/source/Comparison_of_data-serialization_formats)

- [Extensible Data Notation](/source/Extensible_Data_Notation)

- Amazon [Ion](/source/Ion_(serialization_format)) – a superset of JSON (though limited to [UTF-8](/source/UTF-8), like JSON for interchange, unlike general JSON)

- [Jackson (API)](/source/Jackson_(API))

- [jaql](/source/Jaql) – a functional data processing and query language most commonly used for JSON query processing

- [jq](/source/Jq_(programming_language)) – a "JSON query language" and high-level programming language

- [JSONiq](/source/JSONiq) – a JSON-oriented query and processing language based on [XQuery](/source/XQuery)

- [JSON streaming](/source/JSON_streaming)

- [S-expression](/source/S-expression)

## Notes

1. **[^](#cite_ref-3)** Crockford uses the [neopronouns](/source/Neopronoun) *pe/per*.[2] This article uses *they/them* for simplicity and understanding.

## References

1. ^ [***a***](#cite_ref-saga_1-0) [***b***](#cite_ref-saga_1-1) [***c***](#cite_ref-saga_1-2) Crockford, Douglas (August 28, 2011). [*The JSON Saga*](https://www.youtube.com/watch?v=-C-JoyNuQJs) (video). YUI Library. Retrieved February 21, 2022 – via [YouTube](/source/YouTube). - [Transcript](https://web.archive.org/web/20191030002009/http://transcriptvids.com/v/-C-JoyNuQJs.html) (archived 2019-10-30) from Transcript Vids

1. **[^](#cite_ref-2)** [Crockford, Douglas](/source/Douglas_Crockford) (December 8, 2022). ["Pronouns"](https://www.crockford.com/pronouns.html). Retrieved February 16, 2026. My pronouns are 'pe'/'per'.

1. ^ [***a***](#cite_ref-:0_4-0) [***b***](#cite_ref-:0_4-1) [***c***](#cite_ref-:0_4-2) ["ISO/IEC 21778:2017 Information technology — The JSON data interchange syntax"](https://www.iso.org/standard/71616.html). *ISO*. Retrieved June 24, 2025.

1. **[^](#cite_ref-ecma2017_5-0)** ["ECMA-404: The JSON Data Interchange Syntax"](https://ecma-international.org/publications-and-standards/standards/ecma-404/) (2nd ed.). [Ecma International](/source/Ecma_International). December 2017. p. iii, footnote. [Archived](https://web.archive.org/web/20191027160438/http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf) (PDF) from the original on October 27, 2019. Retrieved April 29, 2024.

1. ^ [***a***](#cite_ref-ecma2013_6-0) [***b***](#cite_ref-ecma2013_6-1) [***c***](#cite_ref-ecma2013_6-2) ["ECMA-404: The JSON Data Interchange Format"](https://ecma-international.org/publications-and-standards/standards/ecma-404/) (1st ed.). [Ecma International](/source/Ecma_International). October 2013. [Archived](https://web.archive.org/web/20131101200049/http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf) (PDF) from the original on November 1, 2013. Retrieved November 20, 2023.

1. **[^](#cite_ref-7)** Sweigart, Al (2015). [*Automate the Boring Stuff with Python: Practical Programming for Total Beginners*](https://books.google.com/books?id=8AcvDwAAQBAJ&pg=PA319). [No Starch Press](/source/No_Starch_Press). p. 319. [ISBN](/source/ISBN_(identifier)) [9781593276850](https://en.wikipedia.org/wiki/Special:BookSources/9781593276850). Retrieved October 29, 2019. pronounced 'JAY-sawn' or 'Jason'—it doesn't matter how because either way people will say you're pronouncing it wrong (assuming the [cot-caught merger](/source/Cot-caught_merger): "sawn" [/sɔːn/](https://en.wikipedia.org/wiki/Help:IPA/English) → [sɒn]).

1. ^ [***a***](#cite_ref-rfc8259_8-0) [***b***](#cite_ref-rfc8259_8-1) [***c***](#cite_ref-rfc8259_8-2) [T. Bray](/source/Tim_Bray) (December 2017). [*The JavaScript Object Notation (JSON) Data Interchange Format*](https://www.rfc-editor.org/rfc/rfc8259). [Internet Engineering Task Force](/source/Internet_Engineering_Task_Force). [doi](/source/Doi_(identifier)):[10.17487/RFC8259](https://doi.org/10.17487%2FRFC8259). [ISSN](/source/ISSN_(identifier)) [2070-1721](https://search.worldcat.org/issn/2070-1721). STD 90. [RFC](/source/Request_for_Comments) [8259](https://datatracker.ietf.org/doc/html/rfc8259). *Internet Standard 90.* Obsoletes RFC [7159](https://www.rfc-editor.org/rfc/rfc7159).

1. **[^](#cite_ref-9)** Bray, Tim. ["JSON Redux AKA RFC7159"](https://www.tbray.org/ongoing/When/201x/2014/03/05/RFC7159-JSON). *Ongoing*. Retrieved March 16, 2014.

1. **[^](#cite_ref-Edu4java,_2014_10-0)** ["Unofficial Java History"](https://web.archive.org/web/20140526235903/http://www.edu4java.com/en/java/unofficial-java-history.html). *Edu4Java*. 26 May 2014. Archived from [the original](http://www.edu4java.com/en/java/unofficial-java-history.html) on 26 May 2014. Retrieved 30 August 2019. In 1996, Macromedia launches Flash technology which occupies the space left by Java and ActiveX, becoming the de facto standard for animation on the client side.

1. **[^](#cite_ref-11)** ["JSON"](http://json.org/). *json.org*.

1. **[^](#cite_ref-yahoo_12-0)** Yahoo!. ["Using JSON with Yahoo! Web services"](https://web.archive.org/web/20071011085815/http://developer.yahoo.com/common/json.html). Archived from [the original](http://developer.yahoo.com/common/json.html) on October 11, 2007. Retrieved July 3, 2009.

1. **[^](#cite_ref-13)** [Crockford, Douglas](/source/Douglas_Crockford) (May 28, 2009). ["Introducing JSON"](http://json.org). json.org. Retrieved July 3, 2009. It is based on a subset of the JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999.

1. **[^](#cite_ref-14)** "[Apache and the JSON license](https://lwn.net/Articles/707510/)" on LWN.net by Jake Edge (November 30, 2016).

1. **[^](#cite_ref-15)** Douglas Crockford (July 10, 2016). ["JSON in JavaScript"](https://web.archive.org/web/20160710230817/http://www.json.org/js.html). Archived from [the original](http://www.json.org/js.html) on July 10, 2016. Retrieved August 13, 2016. JSON is a subset of the object literal notation of JavaScript.

1. **[^](#cite_ref-json-2028_16-0)** Holm, Magnus (May 15, 2011). ["JSON: The JavaScript subset that isn't"](https://web.archive.org/web/20120513012409/http://timelessrepo.com/json-isnt-a-javascript-subset). The timeless repository. Archived from [the original](http://timelessrepo.com/json-isnt-a-javascript-subset) on May 13, 2012. Retrieved September 23, 2016.

1. ^ [***a***](#cite_ref-ECMATC39_17-0) [***b***](#cite_ref-ECMATC39_17-1) [***c***](#cite_ref-ECMATC39_17-2) ["Subsume JSON: Proposal to make all JSON text valid ECMA-262"](https://tc39.es/proposal-json-superset/). Ecma TC39. August 23, 2019. Retrieved August 27, 2019.

1. ^ [***a***](#cite_ref-ECMATC39Stage4_18-0) [***b***](#cite_ref-ECMATC39Stage4_18-1) ["Advance to Stage 4 - tc39/proposal-json-superset"](https://github.com/tc39/proposal-json-superset/commit/0604b6083e18fe033a1520388b8c6146bcd79e23). *GitHub*. May 22, 2018.

1. **[^](#cite_ref-19)** ["BigInt - MDN Web doc glossary"](https://developer.mozilla.org/en-US/docs/Glossary/BigInt). *Mozilla*. Retrieved October 18, 2020.

1. **[^](#cite_ref-20)** [ECMA-404, 2nd ed.](#ecma2017), p. 3: "The JSON syntax does not impose any restrictions on the strings used as names, does not require that name strings be unique, and does not assign any significance to the ordering of name/value pairs."

1. ^ [***a***](#cite_ref-DouglasCrockfordComments_21-0) [***b***](#cite_ref-DouglasCrockfordComments_21-1) [***c***](#cite_ref-DouglasCrockfordComments_21-2) [***d***](#cite_ref-DouglasCrockfordComments_21-3) [***e***](#cite_ref-DouglasCrockfordComments_21-4) Crockford, Douglas (April 30, 2012). ["Comments in JSON"](https://web.archive.org/web/20160730182918/https://plus.google.com/+DouglasCrockfordEsq/posts/RK8qyGVaGSr). Archived from [the original](https://plus.google.com/+DouglasCrockfordEsq/posts/RK8qyGVaGSr) on July 30, 2016. Retrieved August 30, 2019. I removed comments from JSON because I saw people were using them to hold parsing directives, a practice which would have destroyed interoperability. I know that the lack of comments makes some people sad, but it shouldn't. Suppose you are using JSON to keep configuration files, which you would like to annotate. Go ahead and insert all the comments you like. Then pipe it through [JSMin](/source/JSMin) before handing it to your JSON parser.

1. **[^](#cite_ref-22)** Andrysco, Marc; Jhala, Ranjit; Lerner, Sorin (February 18, 2016). [Printing Floating-Point Numbers: An Always Correct Method](https://cseweb.ucsd.edu/~mandrysc/pub/dtoa.pdf) (PDF) (Report). Retrieved May 31, 2025.

1. **[^](#cite_ref-23)** ["Trailing commas - JavaScript | MDN"](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Trailing_commas). *developer.mozilla.org*. September 12, 2023. Retrieved December 16, 2023.

1. **[^](#cite_ref-json5_24-0)** ["JSON5"](https://web.archive.org/web/20201129113821/https://json5.org/). json5. Archived from [the original](https://json5.org/) on November 29, 2020. Retrieved December 16, 2020.

1. **[^](#cite_ref-25)** [ECMA-404, 2nd ed.](#ecma2017), p. iii: "The JSON syntax is not a specification of a complete data interchange. Meaningful data interchange requires agreement between a producer and consumer on the semantics attached to a particular use of the JSON syntax. What JSON does provide is the syntactic framework to which such semantics can be attached"

1. **[^](#cite_ref-26)** ["Media Types"](https://www.iana.org/assignments/media-types/application/index.html). *iana.org*. Retrieved September 13, 2015.

1. **[^](#cite_ref-27)** ["Correct Content-Type Header for JSON"](https://reqbin.com/req/abghm4zf/json-content-type). *ReqBin*. January 13, 2023. Retrieved March 23, 2024.

1. **[^](#cite_ref-28)** Bray, Tim (December 2017). Bray, T. (ed.). ["11. IANA Considerations"](https://datatracker.ietf.org/doc/html/rfc8259#section-11). *RFC 8259: The JavaScript Object Notation (JSON) Data Interchange Format*. [IETF](/source/IETF). [doi](/source/Doi_(identifier)):[10.17487/RFC8259](https://doi.org/10.17487%2FRFC8259). [S2CID](/source/S2CID_(identifier)) [263868313](https://api.semanticscholar.org/CorpusID:263868313).

1. **[^](#cite_ref-29)** ["JSON Schema and Hyper-Schema"](https://json-schema.org). *json-schema.org*. Retrieved June 8, 2021.

1. **[^](#cite_ref-30)** ["JSON Schema - Specification Links"](https://json-schema.org/specification-links). *json-schema.org*. Retrieved March 22, 2024.

1. **[^](#cite_ref-31)** ["JSON Schema Implementations"](https://web.archive.org/web/20210616234051/http://json-schema.org/implementations.html). *json-schema.org*. Archived from [the original](https://json-schema.org/implementations.html) on June 16, 2021. Retrieved June 8, 2021.

1. **[^](#cite_ref-32)** Zyp, Kris (September 16, 2012). Bryan, Paul C. (ed.). ["JSON Reference: draft-pbryan-zyp-json-ref-03"](https://datatracker.ietf.org/doc/html/draft-pbryan-zyp-json-ref-03). *Internet Engineering Task Force*.

1. **[^](#cite_ref-33)** Crockford, Douglas (May 16, 2019). ["JSMin"](https://www.crockford.com/jsmin.html). Retrieved August 12, 2020. JSMin [2001] is a minification tool that removes comments and unnecessary whitespace from JavaScript files.

1. **[^](#cite_ref-34)** ["JSONB data type"](https://www.cockroachlabs.com/docs/stable/jsonb#:~:text=The%20JSONB%20data%20type%20stores%20JSON%20(JavaScript,JSONB%20value%2C%20which%20eliminates%20whitespace%2C%20duplicate%20keys%2C). *www.cockroachlabs.com*. Retrieved April 1, 2025.

1. **[^](#cite_ref-35)** ["The JSON data type"](https://dev.mysql.com/doc/refman/8.4/en/json.html). *dev.mysql.com*. Retrieved April 1, 2025.

1. **[^](#cite_ref-Magnus_Holm_36-0)** ["JSON: The JavaScript subset that isn't"](https://web.archive.org/web/20120513012409/http://timelessrepo.com/json-isnt-a-javascript-subset). Magnus Holm. Archived from [the original](http://timelessrepo.com/json-isnt-a-javascript-subset) on May 13, 2012. Retrieved May 16, 2011.

1. **[^](#cite_ref-37)** ["ECMA-262: ECMAScript Language Specification"](https://ecma-international.org/publications-and-standards/standards/ecma-262/) (5th ed.). December 2009. [Archived](https://web.archive.org/web/20110414214458/http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-262.pdf) (PDF) from the original on April 14, 2011. Retrieved March 18, 2011.

1. **[^](#cite_ref-38)** ["douglascrockford/JSON-js"](https://github.com/douglascrockford/JSON-js/blob/master/json2.js). *GitHub*. August 13, 2019.

1. **[^](#cite_ref-39)** ["Denial of Service and Unsafe Object Creation Vulnerability in JSON (CVE-2013-0269)"](https://www.ruby-lang.org/en/news/2013/02/22/json-dos-cve-2013-0269/). Retrieved January 5, 2016.

1. **[^](#cite_ref-40)** ["Microsoft .NET Framework JSON Content Processing Denial of Service Vulnerability"](https://web.archive.org/web/20181106233952/http://tools.cisco.com/security/center/viewAlert.x?alertId=31048). Archived from [the original](http://tools.cisco.com/security/center/viewAlert.x?alertId=31048) on November 6, 2018. Retrieved January 5, 2016.

1. **[^](#cite_ref-41)** ["JSON: The Fat-Free Alternative to XML"](http://www.json.org/xml.html). json.org. Retrieved March 14, 2011.

1. ^ [***a***](#cite_ref-ion_42-0) [***b***](#cite_ref-ion_42-1) ["Amazon Ion"](https://amazon-ion.github.io/ion-docs/index.html). [Amazon](/source/Amazon_(company)). [Archived](https://web.archive.org/web/20240812225059/http://amazon-ion.github.io/ion-docs/index.html) from the original on August 12, 2024. Retrieved August 26, 2024.

1. **[^](#cite_ref-43)** ["The SQLite JSONB Format"](https://sqlite.org/jsonb.html). *sqlite.org*.

1. **[^](#cite_ref-44)** Lee, David (August 6, 2013). [*Fat Markup: Trimming the Fat Markup Myth one calorie at a time*](http://www.balisage.net/Proceedings/vol10/html/Lee01/BalisageVol10-Lee01.html). Balisage: The Markup Conference 2013. Montréal, Canada. [doi](/source/Doi_(identifier)):[10.4242/BalisageVol10.Lee01](https://doi.org/10.4242%2FBalisageVol10.Lee01). [ISBN](/source/ISBN_(identifier)) [978-1-935958-06-2](https://en.wikipedia.org/wiki/Special:BookSources/978-1-935958-06-2).

1. **[^](#cite_ref-XML_1.1_45-0)** ["XML 1.1 Specification"](https://www.w3.org/TR/xml11/). World Wide Web Consortium. Retrieved August 26, 2019.

1. **[^](#cite_ref-Saternos45_46-0)** Saternos, Casimir (2014). *Client-server web apps with Javascript and Java*. O'Reilly Media, Inc. p. 45. [ISBN](/source/ISBN_(identifier)) [9781449369316](https://en.wikipedia.org/wiki/Special:BookSources/9781449369316).

1. **[^](#cite_ref-47)** Edelman, Jason; Lowe, Scott; Oswalt, Matt. *Network Programmability and Automation*. [O'Reilly Media](/source/O'Reilly_Media). for data representation you can pick one of the following: YAML, YAMLEX, JSON, JSON5, HJSON, or even pure Python

1. ^ [***a***](#cite_ref-lucidchart_48-0) [***b***](#cite_ref-lucidchart_48-1) McCombs, Thayne (July 16, 2018). ["Why JSON isn't a good configuration language"](https://www.lucidchart.com/techblog/2018/07/16/why-json-isnt-a-good-configuration-language/). Lucid Chart. Retrieved June 15, 2019.

1. **[^](#cite_ref-49)** ["HOCON (Human-Optimized Config Object Notation)"](https://github.com/lightbend/config/blob/master/HOCON.md). *GitHub*. January 28, 2019. Retrieved August 28, 2019. The primary goal is: keep the semantics (tree structure; set of types; encoding/escaping) from JSON, but make it more convenient as a human-editable config file format.

1. ^ [***a***](#cite_ref-YAML_Version_1.2_50-0) [***b***](#cite_ref-YAML_Version_1.2_50-1) ["YAML Ain't Markup Language (YAML) Version 1.2"](http://www.yaml.org/spec/1.2/spec.html). *yaml.org*. Retrieved September 13, 2015.

1. **[^](#cite_ref-51)** Dohm, Lee (2014). ["CoffeeScript Object Notation"](https://www.lee-dohm.com/big-book-of-atom/1-introduction/30-coffeescript-object-notation.html). *The Big Book of [Atom](/source/Atom_(text_editor))*. [Archived](https://web.archive.org/web/20230422101822/http://www.lee-dohm.com/big-book-of-atom/1-introduction/30-coffeescript-object-notation.html) from the original on April 22, 2023. Retrieved April 29, 2024.

1. **[^](#cite_ref-52)** ["Basic Customization"](https://flight-manual.atom-editor.cc/using-atom/sections/basic-customization/#configuring-with-cson). *[Atom](/source/Atom_(text_editor)) Flight Manual*. [GitHub](/source/GitHub). [Archived](https://web.archive.org/web/20240429181349/https://flight-manual.atom-editor.cc/using-atom/sections/basic-customization/) from the original on April 29, 2024. Retrieved April 29, 2024.

1. **[^](#cite_ref-53)** ["CSON"](https://github.com/bevry/cson). Bevry. December 20, 2023. [Archived](https://web.archive.org/web/20240423234311/http://github.com/bevry/cson) from the original on April 23, 2024. Retrieved April 29, 2024 – via [GitHub](/source/GitHub).

1. **[^](#cite_ref-54)** Seonghoon, Kang (July 1, 2021). ["CSON"](https://github.com/lifthrasiir/cson). [Archived](https://web.archive.org/web/20231216044815/http://github.com/lifthrasiir/cson) from the original on December 16, 2023. Retrieved February 27, 2023 – via [GitHub](/source/GitHub).

1. **[^](#cite_ref-55)** ["config/HOCON.md at master · lightbend/config"](https://github.com/lightbend/config). *GitHub*. Retrieved August 5, 2021.

1. **[^](#cite_ref-56)** ["Config File - 2.5.x"](https://www.playframework.com/documentation/2.5.x/ConfigFile). *www.playframework.com*. Retrieved August 5, 2021.

1. **[^](#cite_ref-57)** [Akka.NET HOCON Docs](https://getakka.net/articles/hocon/index.html)

1. **[^](#cite_ref-58)** ["Akka.NET Documentation"](https://getakka.net/). *getakka.net*. Retrieved August 5, 2021.

1. **[^](#cite_ref-59)** ["Managing HOCON configuration files with Puppet"](https://web.archive.org/web/20170211075556/https://puppet.com/blog/managing-hocon-configuration-files-puppet). Archived from [the original](https://puppet.com/blog/managing-hocon-configuration-files-puppet) on February 11, 2017. Retrieved March 4, 2023.

1. **[^](#cite_ref-60)** ["StreamBase Documentation"](https://docs.streambase.com/latest/index.jsp). *docs.streambase.com*. Retrieved August 5, 2021.

1. **[^](#cite_ref-61)** ["Configuration Guide"](https://docs.streambase.com/latest/topic/com.streambase.sb.ide.help/data/html/hocon/index.html). *docs.streambase.com*. Retrieved August 5, 2021.

1. **[^](#cite_ref-62)** ["StreamBase New and Noteworthy Archive"](https://docs.streambase.com/latest/topic/com.streambase.sb.ide.help/data/html/dochome/xarchive-sb-noteworthy.html). *docs.streambase.com*. Retrieved August 5, 2021.

1. **[^](#cite_ref-63)** ["Exabeam Advanced Analytics Release Notes"](https://web.archive.org/web/20201020195403/https://docs.exabeam.com/en/advanced-analytics/i48/release-notes/109536-what-s-new.html). Archived from [the original](https://docs.exabeam.com/en/advanced-analytics/i48/release-notes/109536-what-s-new.html) on October 20, 2020. Retrieved March 4, 2023.

1. **[^](#cite_ref-64)** JITSI Project. ["Config phase 1"](https://github.com/jitsi/jitsi-videobridge/commit/676fb3df696c4737ac086fb856af1f85c6ded90e). *[GitHub](/source/GitHub)*. Retrieved February 16, 2021.

1. **[^](#cite_ref-65)** JITSI Project. ["reference.conf"](https://github.com/jitsi/jicofo/blob/add-selection-test/src/main/resources/reference.conf). *[GitHub](/source/GitHub)*. Retrieved February 16, 2021.

1. **[^](#cite_ref-66)** ["The JSON5 Data Interchange Format"](https://spec.json5.org/). Retrieved June 25, 2022.

1. **[^](#cite_ref-67)** SQLite. ["JSON Functions And Operators"](https://www.sqlite.org/json1.html#json5_extensions). Retrieved June 25, 2023.

1. **[^](#cite_ref-68)** ["JSON with Comments - JSON editing in Visual Studio Code"](https://code.visualstudio.com/docs/languages/json#_json-with-comments). *Visual Studio Code*. [Microsoft](/source/Microsoft). Retrieved April 29, 2024.

1. **[^](#cite_ref-69)** Del Sole, Alessandro (2023). "Language Support and Code Editing Features". *Visual Studio Code Distilled* (3rd ed.). Apress. p. 46. [doi](/source/Doi_(identifier)):[10.1007/978-1-4842-9484-0_3](https://doi.org/10.1007%2F978-1-4842-9484-0_3). [ISBN](/source/ISBN_(identifier)) [978-1-4842-9484-0](https://en.wikipedia.org/wiki/Special:BookSources/978-1-4842-9484-0).

1. **[^](#cite_ref-70)** Frisbie, Matt (2025). "The Extension Manifest". *Building Browser Extensions*. Berkeley, California: Apress. [doi](/source/Doi_(identifier)):[10.1007/979-8-8688-1594-2_5](https://doi.org/10.1007%2F979-8-8688-1594-2_5). [ISBN](/source/ISBN_(identifier)) [979-8-8688-1594-2](https://en.wikipedia.org/wiki/Special:BookSources/979-8-8688-1594-2).

1. **[^](#cite_ref-71)** Butler, H.; Daly, M.; Doyle, A.; Gillies, Sean; Schaub, T.; Hagen, Stefan (August 2016). ["RFC 7946 - The GeoJSON Format"](https://datatracker.ietf.org/doc/html/rfc7946). *[IETF](/source/IETF) Datatracker*. Retrieved June 17, 2022.

1. **[^](#cite_ref-72)** ["GeoJSON"](https://geojson.org/). *geojson.org*. Retrieved August 7, 2022.

1. **[^](#cite_ref-73)** ["JSON-LD 1.1"](https://www.w3.org/TR/json-ld/). *[World Wide Web Consortium](/source/World_Wide_Web_Consortium)*. July 16, 2020. Retrieved June 17, 2022.

1. **[^](#cite_ref-74)** ["JSON-LD - JSON for Linking Data"](https://json-ld.org/). *json-ld.org*. Retrieved August 7, 2022.

1. **[^](#cite_ref-75)** ["JSON-RPC"](https://www.jsonrpc.org/). *jsonrpc.org*. Retrieved June 17, 2022.

1. **[^](#cite_ref-76)** ["JsonML (JSON Markup Language)"](http://www.jsonml.org/). *JsonML.org*. Retrieved June 17, 2022.

1. **[^](#cite_ref-77)** McKamey, Stephen (June 14, 2022), [*JsonML*](https://github.com/mckamey/jsonml), retrieved August 7, 2022

1. **[^](#cite_ref-78)** ["FasterXML/smile-format-specification: New home for Smile format"](https://github.com/FasterXML/smile-format-specification). *GitHub*. Retrieved June 17, 2022.

1. **[^](#cite_ref-79)** Gupta, Ayush (February 10, 2019). ["Understanding Smile — A data format based on JSON"](https://medium.com/code-with-ayush/understanding-smile-a-data-format-based-on-json-29972a37d376). *Code with Ayush*. Retrieved August 7, 2022.

1. **[^](#cite_ref-80)** ["Universal Binary JSON Specification – The universally compatible format specification for Binary JSON"](https://ubjson.org/). *ubjson.org*. Retrieved June 17, 2022.

1. **[^](#cite_ref-81)** ["UBJSON - JSON for Modern C++"](https://json.nlohmann.me/features/binary_formats/ubjson/). *json.nlohmann.me*. Retrieved August 7, 2022.

1. **[^](#cite_ref-82)** Bryan Feuling ["Repeatability, Reliability, and Scalability Through GitOps"](https://www.google.com/books/edition/Repeatability_Reliability_and_Scalabilit/ZDgqEAAAQBAJ). 2021. p. 129.

1. **[^](#cite_ref-83)** William Hegedus. ["Mastering Prometheus"](https://www.google.com/books/edition/Mastering_Prometheus/vhr9EAAAQBAJ). 2024. p. 194 - 198.

1. **[^](#cite_ref-84)** Eric Liang and Aaron Davidson ["Declarative Infrastructure with the Jsonnet Templating Language"](https://www.databricks.com/blog/2017/06/26/declarative-infrastructure-jsonnet-templating-language.html). 2017.

## External links

**JSON**  at Wikipedia's [sister projects](https://en.wikipedia.org/wiki/Wikipedia:Wikimedia_sister_projects)

- [Definitions](https://en.wiktionary.org/wiki/JSON) from Wiktionary
- [Media](https://commons.wikimedia.org/wiki/Category:JavaScript_Object_Notation) from Commons
- [Textbooks](https://en.wikibooks.org/wiki/JSON) from Wikibooks

- [Official website](https://json.org/)

v t e Data exchange formats Human readable Atom CSV EDIFACT JSON Web Encryption Web Token Web Signature Markdown Property list RDF Rebol TOML TOON XML YAML Binary AMF Ascii85 ASN.1 SMI Avro Base32 Base64 Bencode BSON UBJSON Cap'n Proto CBOR FlatBuffers MessagePack Property list Protocol Buffers Thrift Cyphal DSDL XDR uuencode yEnc Comparison of data-serialization formats

v t e Ecma International standards Interfaces Application ANSI escape code APIW Common Language Infrastructure Office Open XML OpenXPS Radio link NFC UWB File systems Tape Advanced Intelligent Tape DDS DLT Super DLT Linear Tape-Open (Ultrium-1) VXA Disk CD-ROM CD File System (CDFS) FAT FAT12 FAT16 FAT16B FD UDF Ultra Density Optical Universal Media Disc Holographic Versatile Disc Graphics Universal 3D Programming languages C++/CLI C# Eiffel JavaScript (E4X, ECMAScript) Dart Minimal BASIC Full BASIC Other ECMA-35 JSON List of Ecma standards (1961–present)

v t e International Organization for Standardization (ISO) standards List of ISO standards – ISO romanizations – IEC standards 1–9999 1 2 3 4 6 7 9 16 17 31 -0 -1 -3 -4 -5 -6 -7 -8 -9 -10 -11 -12 -13 68-1 128 216 217 226 228 233 259 261 262 302 306 361 500 518 519 639 -1 -2 -3 -5 -6 646 657 668 690 704 732 764 838 843 860 898 965 999 1000 1004 1007 1073-1 1073-2 1155 1413 1538 1629 1745 1989 2014 2015 2022 2033 2047 2108 2145 2146 2240 2281 2533 2709 2711 2720 2788 2848 2852 2921 3029 3103 3166 -1 -2 -3 3297 3307 3601 3602 3864 3901 3950 3977 4031 4157 4165 4217 4909 5218 5426 5427 5428 5725 5775 5776 5800 5807 5964 6166 6344 6346 6373 6385 6425 6429 6438 6523 6709 6943 7001 7002 7010 7027 7064 7098 7185 7200 7498 -1 7637 7736 7810 7811 7812 7813 7816 7942 8000 8093 8178 8217 8373 8501-1 8571 8583 8601 8613 8632 8651 8652 8691 8805/8806 8807 8820-5 8859 -1 -2 -3 -4 -5 -6 -7 -8 -8-I -9 -10 -11 -12 -13 -14 -15 -16 8879 9000/9001 9036 9075 9126 9141 9227 9241 9293 9314 9362 9407 9496 9506 9529 9564 9592/9593 9594 9660 9797-1 9897 9899 9945 9984 9985 9995 10000–19999 10006 10007 10116 10118-3 10160 10161 10165 10179 10206 10218 10279 10303 -11 -21 -22 -28 -238 10383 10585 10589 10628 10646 10664 10746 10861 10957 10962 10967 11073 11170 11172 11179 11404 11544 11783 11784 11785 11801 11889 11898 11940 (-2) 11941 11941 (TR) 11992 12006 12052 12182 12207 12234-2 12620 13211 -1 -2 13216 13250 13399 13406-2 13450 13485 13490 13567 13568 13584 13616 13816 13818 14000 14031 14224 14289 14396 14443 14496 -2 -3 -6 -10 -11 -12 -14 -17 -20 14617 14644 14649 14651 14698 14764 14882 14971 15022 15118 15189 15288 15291 15398 15408 15444 -3 -9 15445 15438 15504 15511 15686 15693 15706 -2 15707 15897 15919 15924 15926 15926 WIP 15930 15938 16023 16262 16355-1 16485 16612-2 16750 16949 (TS) 17024 17025 17100 17203 17369 17442 17506 17799 18004 18014 18181 18245 18629 18760 18916 19005 19011 19092 -1 -2 19114 19115 19125 19136 19407 19439 19500 19501 19502 19503 19505 19506 19507 19508 19509 19510 19600 19650 19752 19757 19770 19775-1 19794-5 19831 20000–29999 20000 20022 20121 20400 20802 20830 21000 21001 21047 21122 21500 21778 21827 22000 22275 22300 22301 22395 22537 23000 23003 23008 23009 23090-3 23092 23094-1 23094-2 23270 23271 23360 23941 24517 24613 24617 24707 24728 25178 25964 26000 26262 26300 26324 27000 series 27000 27001 27002 27005 27006 27729 28000 29110 29148 29199-2 29500 30000+ 30170 31000 32000 37001 38500 39075 40230 40240 40250 40260 40314 40500 42010 45001 50001 55000 56000 80000 Category

Authority control databases International GND FAST National United States Israel Other Yale LUX

---
Adapted from the Wikipedia article [JSON](https://en.wikipedia.org/wiki/JSON) by Wikipedia contributors ([contributor history](https://en.wikipedia.org/wiki/JSON?action=history)). Available under [Creative Commons Attribution-ShareAlike 4.0 International](https://creativecommons.org/licenses/by-sa/4.0/). Changes may have been made.
