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 2 Next »





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

Python:

A list in Python is just an ordered collection of items which can be of any type. 

           list = [ 'xxxxx' , 1234 , 'yyyyyy' , 70.2 ]

Dictionary:  

JSON:

Array

  • No labels