Gone are days of origin policy and cross website data access. In the modern world data needs to be librated. Its one such idea that gave birth to JSON. JSON is simply JavaScript Object Notation and it’s a plain text data transfer method using JavaScript. Unlike XML which need a server side program to process the xml, JSON does not need a backend to process. JSON is processed within your browser by the JavaScript. Now that’s something that’s really interesting.
JSON
As I mentioned before , JSON a plain text representation of data which is easily readable .