JSON Array: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
m (Bolding "ordered")
m (Typographical tweaks)
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 {{code|[}} (left bracket) and ends with {{code|]}} (right bracket). Values are separated by {{code|,}} (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 10:07, 10 February 2012

 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