JSON Object

From RPTools Wiki
Revision as of 00:32, 30 November 2011 by Bone White (talk | contribs) (Bolding "unordered")
Jump to navigation Jump to search

 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