filmov
tv
Python Example: Read and Parse JSON File and Examine its Types and Access its Data

Показать описание
In this video we look at an example Python program that reads a local JSON (JavaScript Object Notation) file. We look at how to dig down into the various levels of the JSON structure. In addition we look at the type of data we are working with at each level. We see that our basic structures are lists, dictionaries, and the key-value pairs that make up the dictionaries.