It is an ordered collection of values The values are separated by comma
,
These are enclosed in square brackets
[]
which means that array begins with
[
and ends with
]
{
   "books": [
      { "language":"Java" , "edition":"second" },
      { "language":"C++" , "lastName":"fifth" },
      { "language":"C" , "lastName":"third" }
   ]
}
by Valeri Tandilashvili
4 years ago
JSON
JSON Tutorial
1
Pro tip: use ```triple backticks around text``` to write in code fences