JSON and YAML in Python
What is JSON
JSON -( JavaScript Object Notation) is the format for the representation of data and is commonly used for the structure of data it is used for web development and API communication it is also lightweight and easy to read.
We can use JSON...
gurudath.hashnode.dev8 min read