JSON array

JSON array can store multiple values. It is same as array in JavaScript. In JSON, array values must be string, number, boolean or object.

Code :