JavaScript Object Notation - meaning and definition. What is JavaScript Object Notation
Diclib.com
ChatGPT AI Dictionary
Enter a word or phrase in any language 👆
Language:

Translation and analysis of words by ChatGPT artificial intelligence

On this page you can get a detailed analysis of a word or phrase, produced by the best artificial intelligence technology to date:

  • how the word is used
  • frequency of use
  • it is used more often in oral or written speech
  • word translation options
  • usage examples (several phrases with translation)
  • etymology

What (who) is JavaScript Object Notation - definition

TEXT-BASED OPEN STANDARD DESIGNED FOR HUMAN-READABLE DATA INTERCHANGE
Json; JavaScript Object Notation; Javascript Object Notation; JSONNP; .json; JSON Schema; HOCON; I-JSON; Internet JSON; Human-Optimized Config Object Notation; ECMA-404; HJSON; JSON5; Application/json
  • Douglas Crockford at the Yahoo Building (2007)
  • 121px

JavaScript Object Notation         
<programming> (JSON) Syntax for serialising JavaScript objects, often used as a data carrier format. JSON is based on a subset of the JavaScript programming language. It uses a file extension of .json and is considered a language-independent data format. (2008-05-28)
HOCON         
HOCON, or Human-Optimized Config Object Notation is a format for human-readable data, and a superset of JSON.
JSON         

Wikipedia

JSON

JSON (JavaScript Object Notation, pronounced ; also ) is an open standard file format and data interchange format that uses human-readable text to store and transmit data objects consisting of attribute–value pairs and arrays (or other serializable values). It is a common data format with diverse uses in electronic data interchange, including that of web applications with servers.

JSON is a language-independent data format. It was derived from JavaScript, but many modern programming languages include code to generate and parse JSON-format data. JSON filenames use the extension .json.

Douglas Crockford originally specified the JSON format in the early 2000s. He and Chip Morningstar sent the first JSON message in April 2001.