#59 JSON (Python Tutorials)

#59 JSON (Python Tutorials)

JSON

In this part of our python tutorials series, you will learn about JSON in python.
JSON stands for Java Script Object Notation and it is a format of data that you can
easily create out of dictionaries in python and then convert into string to become a
JSON data. Afterward, you can store it inside of a .json file format to transfer it as
data that is readable by any other programming language.

Watch The Video on Youtube