Making Arrays Or Objects
If you want a json editor, I suggest https://www.jsonblob.com/
Arrays
Arrays tend to follow the syntax shown below
Assigning an array
Arrays can be used to store data in a list that can be accessed and updated by your program.
Last updated