*Is a syntax for storing and exhanging data.
*Exchanging data:
-When exchanging data between a browser and a server, the data can only be text.
*Sending data:
-If you have data storesd in a javascript object, you can convert the object into json and send it to a server.