What is JSON?
JSON stands for JavaScript Object Notation. It is a lightweight data format that is easy for humans to read and write, and easy for computers to parse.
- Real World Use: When you check the weather or score on an app, the data is fetched from a server in the JSON format.
- Python has a built-in module named
jsonto handle JSON data.