0 votes
in JSON by
What is JSON Array?

1 Answer

0 votes
by
An array structure is a pair of square bracket tokens surrounding zero or more values. An array is an ordered collection of values. An array begins with [ (left bracket) and ends with ] (right bracket). Values are separated by , (comma).

The values are separated by commas. The JSON syntax does not define any specific meaning to the ordering of the values. However, the JSON array structure is often used in situations where there is some semantics to the ordering.

Interview Quetions And Answers on JSON

Related questions

0 votes
asked Jan 23, 2020 in JAVA by rahuljain1
0 votes
asked Jan 9, 2021 in JSON by SakshiSharma
...