JSON is short for JavaScript Object Notation, and is a way to store information in an organized, easy-to-access manner. In a nutshell, it gives us a human-readable collection of data that we can access in a really logical manner. Exchanging Data When exchanging data between a browser and a server, the data can only be text. JSON is text, …
Continue reading “What is JSON (JavaScript Object Notation) and Why we use it?”