...
https://www.w3schools.com/python/python_lists.asp
thislist = ["apple", "banana", "cherry"]
thisdict ={ "brand": "Ford", "model": "Mustang", "year": 1964 }
JSON:
Array
...
thislist = ["apple", "banana", "cherry"]
thisdict ={ "brand": "Ford", "model": "Mustang", "year": 1964 }
Array