JSON: Difference between revisions

From DataFlex Wiki
Jump to navigationJump to search
91 bytes added ,  13 August 2019
m
name/value pairs link
(Format and types)
m (name/value pairs link)
Line 5: Line 5:
==JSON Format==
==JSON Format==


JSON is a very simple format, derived from [[JavaScript]]'s [https://www.dyn-web.com/tutorials/object-literal/ Object Literal notation], consisting of a series of name/value pairs.
JSON is a very simple format, derived from [[JavaScript]]'s [https://www.dyn-web.com/tutorials/object-literal/ Object Literal notation], consisting of a series of [https://en.wikipedia.org/wiki/Attribute%E2%80%93value_pair name/value pairs] with arbitrarily deep nesting.


The names are quoted with <u>double-quote</u> characters: <font color="blue">"''name''"</font>.
The names are quoted with <u>double-quote</u> characters: <font color="blue">"''name''"</font>.

Navigation menu