This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
dido:public:ra:xapend:xapend.a_glossary:j:json [2021/05/23 12:55] nick created |
dido:public:ra:xapend:xapend.a_glossary:j:json [2021/10/03 16:12] (current) 50.19.247.197 ↷ Links adapted because of a move operation |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== JavaScript Object Notation (JSON) ====== | + | ===== JavaScript Object Notation (JSON) ===== |
| - | [[dido:public:ra:xapend:xapend.a_glossary| Return to Glossary ]] | + | [[dido:public:ra:xapend:xapend.a_glossary:start| Return to Glossary ]] |
| - | **JavaScript Object Notation (JSON)** 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 very common data format, with a diverse range of applications, one example being web applications that communicate with a server. | + | **[[dido:public:ra:xapend:xapend.a_glossary:j:javascript]] Object Notation (JSON)** is an open standard file format and data interchange format that uses human-readable text to store and transmit [[dido:public:ra:xapend:xapend.a_glossary:d:data_object|data objects]] consisting of attribute–value pairs and arrays (or other serializable values). It is a very common data format, with a diverse range of applications, one example being web applications that communicate with a [[dido:public:ra:xapend:xapend.a_glossary:s:server|server]]. |
| - | 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''. | + | JSON is a language-independent data format. It was derived from [[dido:public:ra:xapend:xapend.a_glossary:j:javascript|JavaScript]], but many modern [[dido:public:ra:xapend:xapend.a_glossary:p:programlang|programming languages]] include code to generate and parse JSON-format data. JSON filenames use the extension ''.json''. |
| Source: [[https://en.wikipedia.org/wiki/JSON ]] | Source: [[https://en.wikipedia.org/wiki/JSON ]] | ||