How do you represent a JSON array of objects?
Options:
Explanation:
A JSON array of objects can be represented by the below format/syntax:
Tags:
JSON
Answer:
How do you represent a JSON array of objects {"students": [{"name":"Alvin", "age":21, "city":"Mumbai"}, {"name":"Alex", "age":24, "city":"Delhi"}] }.