JSON Tutorial & Tips – Getting Started
The acronym JSON stands for JavaScript Object Notation and it is syntax for transferring information between the internet browser and web server using a lightweight data-interchange format. In layman’s terms it provides a simple structure to pass objects like key:value pairs and arrays.



