Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »





https://docs.python.org/3.4/library/json.html?highlight=json

https://www.w3schools.com/python/python_lists.asp


thislist = ["apple", "banana", "cherry"]

thisdict =   "brand": "Ford"  "model": "Mustang",  "year": 1964 }


JSON:

Array

  • No labels