Working with JSON data in Python
What is JSON?
JSON stands for Javascript Object Notation. It is a format for structuring data.
It is one of the most popular formats to be used for exchanging information between servers and browsers.
Below is an example of JSON.
{
"name": "Lenin",...
100daysofdata.com6 min read