This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
ddsf:public:guidebook:06_append:glossary:j:json [2021/07/14 15:46] murphy ↷ Links adapted because of a move operation |
ddsf:public:guidebook:06_append:glossary:j:json [2021/07/14 16:40] (current) murphy ↷ Links adapted because of a move operation |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ===== JavaScript Object Notation (JSON) ===== | ===== JavaScript Object Notation (JSON) ===== | ||
| - | [[ddsf:private:guidebook:06_append:glossary:start| Return to Glossary ]] | + | [[ddsf:public:guidebook:06_append:glossary:start| Return to Glossary ]] |
| - | **JavaScript Object Notation (JSON)** is an open standard data exchange format based on a JavaScript [[ddsf:private:guidebook:06_append:glossary:s:syntax|syntax]] subset. JSON is text-based, lightweight, and generally considered easily readable/writeable. | + | **JavaScript Object Notation (JSON)** is an open standard data exchange format based on a JavaScript [[ddsf:public:guidebook:06_append:glossary:s:syntax|syntax]] subset. JSON is text-based, lightweight, and generally considered easily readable/writeable. |
| Although closely connected to JavaScript, JSON is language-independent. Though independent, JSON uses conventions similar to other languages (e.g., C, C++, Java, Perl and Python), making JSON an ideal data-exchange language. | Although closely connected to JavaScript, JSON is language-independent. Though independent, JSON uses conventions similar to other languages (e.g., C, C++, Java, Perl and Python), making JSON an ideal data-exchange language. | ||