A JSONObject is an unordered collection of name/value pairs. Its external form is a string wrapped in curly braces with colons between the names and values, and commas between the values and names. The internal form is an object having get and opt methods
This chapter provides a quick introduction of creating and manipulating arrays. Topics include what is an array, creating an array, expanding and truncating arrays, calling array object methods.
JSON encoding and decoding The following built-in functions facilitate handling JSON data, as specified in Douglas Crockford's RFC 4627. Ticket #212 proposes that we remove JSON<sep/>