A cheat sheet for working with JSON Data in Python
In this article, we will be doing some common operations while working with JSON data in Python
https://twitter.com/rahulbanerjee99/status/1400297064492322821
Let's assume we have a JSON file with the following data
[
{
"color": "red",
...
realpythonproject.hashnode.dev4 min read