In this video, we are going to see how to read JSON files using Python. JSON stands for Javascript Object Notation.
To read the JSON file we will use load() function and for write we will use dump().
Following example we will cover in this video:
1 - Import JSON string to Python Dictionary
2 - Accessing JSON data
3 - Dumping python dictionary to JSON string.
4 - Reading Data from JSON file
5 - Writing Data to JSON file
Read JSON File using Python: https://www.geeksforgeeks.org/read-json-file-using-python/