JSON

Updated: 27 May 2023

A JSON array containing two object items

[
    {"foo":"bar"},
    {"spam":"eggs"}
]

A JSON object containing one item. The value of myarr is an array

{
    "myarr": [ 41, {"what":"ever"} ]
}

See also