XML Comments Summary
- JSON arrays are used to store a list of primitive or complex objects
- Arrays in JSON can store a variety of elements, including strings, numbers, booleans, objects, and multidimensional arrays
- JSON array values separated by commas
- Array values are accessed using the "[]" operator
- In a JSON array, array elements can only be accessed by their index