0 votes
in JSON by
Describe 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.

Related questions

0 votes
asked Jan 23, 2020 in JAVA by rahuljain1
0 votes
asked Jul 21, 2020 in JSON by SakshiSharma
...