What is JSON and Where/How to use it?
What is JSON and Where/How to use it?
JSON: JavaScript object notation What is JSON?
It is structured data which is in a minimal and readable format.
Its main use is to send the data between server and application similar to what we use XML now for.
It can be used as alternate to XML and it is a lightweight Data Structure format than XML.
Its main benefit is humans can easily read and write data structure in JS0N format. And even…
View On WordPress










