Hey guys,
Welcome back to another Python video! In this video, I'm going to show you how to handle JSON files using Python. So if you're ready, let's get started!
JSON stands for JavaScript Object Notation and this data format was originally designed for Javascript, but because of how lightweight it is and how easy it is to store data using JSON, many programming languages such as Java, PHP & Javascript all adopted it.
To handle anything JSON related you must import the "json" module, otherwise reading and writing won't be possible at all.
Chapters:
00:00 - Intro
00:10 - What is JSON?
00:35 - Reading data from JSON file
00:53 - Importing JSON module
01:06 - Reading data from JSON file
02:12 - Writing data to JSON file
03:18 - How to indent JSON file
03:50 - Conclusion
Tags:
==========================
programming, python, coding, learn how to program, learning python, how to program in python, program using python, python programming, programming tutorials, learn programming, coding tutorials, programming for beginners, how to code, programming languages, coding for beginners, free coding courses, free coding tutorials, free programming courses, free programming tutorials, handling json files in python, python json tutorial, load json python, save json python, python json module, json to dict python, json handling python, read json python, write json python, json dumps python, json loads python