Getting started with JSON(JavaScript Object Notation)
JSON(JavaScript Object Notation) is a storage format that is completely language independent and it is used to store and transport data. It's quite an important topic as the data which we fetch from external API usually consists of Arrays of elements...
sarveshkadam.hashnode.dev2 min read
Favourite Jome
Software Engineer @bug0
Nice explanation, now I really know what
JSON.stringifyandJSON.parse()do.