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"} ]
}
Freelance software engineer United Kingdom
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"} ]
}
Updated: 12 December 2022