intermediate python lesson 5: JSON I/O
JSON
yt link
JSON Format
JSON stands for "Javascript Object Notation", and is a file format for encoding structured data.
JSON elements include text, numbers, booleans, and nothingness (like str, int/float, bool, and NoneType), as well as the (sequen...
philipdevblog.hashnode.dev5 min read