JSON Object: Difference between revisions
Jump to navigation
Jump to search
Bone White (talk | contribs) m (Bolding "unordered") |
m (Typographical tweaks) |
||
Line 1: | Line 1: | ||
{{stub}} | {{stub}} | ||
An object is an '''unordered''' set of name/value pairs. An object begins with { (left brace) and ends with } (right brace). Each name is followed by : (colon) and the name/value pairs are separated by , (comma). | An object is an '''unordered''' set of name/value pairs. An object begins with {{code|{}} (left brace) and ends with {{code|<nowiki>}</nowiki>}} (right brace). Each name is followed by {{code|:}} (colon) and the name/value pairs are separated by {{code|,}} (comma).<br> | ||
<br> | |||
- [http://www.json.org JSON.org] | - [http://www.json.org JSON.org] | ||
[[Category:Variable Type]] | [[Category:Variable Type]] |
Revision as of 10:18, 10 February 2012
This article is a stub, you can help the RPTools Wiki project by contributing content to expand this article.
An object is an unordered set of name/value pairs. An object begins with {
(left brace) and ends with }
(right brace). Each name is followed by :
(colon) and the name/value pairs are separated by ,
(comma).
- JSON.org