JSON Array: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
Bone White (talk | contribs) m (Bolding "ordered") |
||
Line 1: | Line 1: | ||
{{stub}} | {{stub}} | ||
An array is an ordered collection of values. An array begins with [ (left bracket) and ends with ] (right bracket). Values are separated by , (comma).<br> | An array is an '''ordered''' collection of values. An array begins with [ (left bracket) and ends with ] (right bracket). Values are separated by , (comma).<br> | ||
- from [http://www.json.org JSON.org] | - from [http://www.json.org JSON.org] | ||
[[Category:Variable Type]] | [[Category:Variable Type]] |
Revision as of 00:32, 30 November 2011
This article is a stub, you can help the RPTools Wiki project by contributing content to expand this article.
An array is an ordered collection of values. An array begins with [ (left bracket) and ends with ] (right bracket). Values are separated by , (comma).
- from JSON.org