Skip to content

Abhiram Reddy

Abhiram is a Frontend Engineer. He enjoys writing clean code and sharing his learnings here on matrixread.

JSON IN JAVASCRIPT

JSON and JavaScript 101

JSON stands for JavaScript Object Notation. It is one of the popular formats to store, transfer and structure data and in this post, I’ll explain the standard definition and usage of JSON in JavaScript. JSON is not JavaScript JSON is basically a text-based format to store data, it follows the… Read More »JSON and JavaScript 101