JavaScript Object Notation (JSON) Data Interchange Format: Difference between revisions

From GM-RKB
Jump to navigation Jump to search
(ContinuousReplacement)
Tag: continuous replacement
No edit summary
Line 15: Line 15:


== References ==
== References ==
=== 2024 ===
* (Wikipedia, 2024) ⇒ https://en.wikipedia.org/wiki/JSON Retrieved:2024-12-13.
** '''JSON''' ('''JavaScript Object Notation''', pronounced or ) is an [[open standard]] file format and [[electronic data interchange|data interchange]] format that uses [[human-readable]] text to store and transmit data objects consisting of [[name–value pair]]s and [[array data type|array]]s (or other [[serialization|serializable]] values). It is a commonly used data format with diverse uses in [[electronic data interchange]], including that of [[web application]]s with [[server (computing)|server]]s. <P> JSON is a [[Language-independent specification|language-independent]] data format. It was derived from [[JavaScript]], but many modern [[programming language]]s include code to generate and [[parse]] JSON-format data. JSON filenames use the extension <code>.json</code>. <P> [[Douglas Crockford]] originally specified the JSON format in the early 2000s.<ref name="saga">Transcript: </ref> He and [[Chip Morningstar]] sent the first JSON message in April 2001.


=== 2013 ===
=== 2013 ===
Line 24: Line 28:
__NOTOC__
__NOTOC__
[[Category:Concept]]
[[Category:Concept]]
=== 2024 ===
* (Wikipedia, 2024) ⇒ https://en.wikipedia.org/wiki/JSON Retrieved:2024-12-13.
** '''JSON''' ('''JavaScript Object Notation''', pronounced or ) is an [[open standard]] file format and [[electronic data interchange|data interchange]] format that uses [[human-readable]] text to store and transmit data objects consisting of [[name–value pair]]s and [[array data type|array]]s (or other [[serialization|serializable]] values). It is a commonly used data format with diverse uses in [[electronic data interchange]], including that of [[web application]]s with [[server (computing)|server]]s. <P> JSON is a [[Language-independent specification|language-independent]] data format. It was derived from [[JavaScript]], but many modern [[programming language]]s include code to generate and [[parse]] JSON-format data. JSON filenames use the extension <code>.json</code>. <P> [[Douglas Crockford]] originally specified the JSON format in the early 2000s.<ref name="saga">Transcript: </ref> He and [[Chip Morningstar]] sent the first JSON message in April 2001.

Revision as of 07:39, 13 December 2024

A JavaScript Object Notation (JSON) Data Interchange Format is a human-readable data interchange format with origins from JavaScript.



References

2024

2013


  1. Transcript: