#39 JSON (JavaScript Tutorials for Beginners to Intermediate)
JSON
In this part of our tutorials on JavaScript, you will learn about JSON. JSON stands for
Javascript Object Notation and it is a format of data that can be transfered between different
programming languages. JSON itself is of the type string. By parsing a JSON you can convert
this string to an object and when you stringify an object, you convert it back to a JSON data.