0 votes
in JAVA by
What is the true option applicable for JSON?

JSON object begins with { (left brace) and ends with } (right brace)

An unordered list of values

An ordered list of strings

JSON Array begins with { (left brace) and ends with } (right brace)
...