Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.



Widget Connector
urlhttps://www.youtube.com/watch?v=9N6a-VLBa2I

...

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:

...

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


Image Added

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

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


JSON response from CSO Contrail Service Orchestration

https://jsoneditoronline.org/



Image Added





Image Added



Image Added