JSON Array
An ordered collection of values, enclosed in square brackets []. Values are comma-separated and can be of any valid JSON type.
Arrays are used to represent lists of items. The order of elements is preserved. For example, an array could hold a list of user roles, product tags, or numbers.