Introduction
JSON is a simple way to send data between computers. It is easy to read and write for both people and machines.
When sending data from a web server to a web browser.
When two different programs need to share information.
When storing data in a file that can be used later.
When building APIs that allow apps to talk to each other.
When you want a format that works on many devices and languages.