How to write JSON (Quick-Dive)
In this quick dive, we aim to gain a basic understanding of JSON; particularly its syntax.
JSON stands for "Javascript Object Notation". It is a lightweight data-interchange format that is used to store and exchange data, especially on the web. The J...
dgold3680.hashnode.dev2 min read