JSON Documentation Team Cambodia

From Coder Merlin
Within these castle walls be forged Mavens of Computer Science ...
— Merlin, The Coder

What is JSON?[edit]

JSON is a lightweight method of storing, sending, and retrieving data. It stands for JavaScript Object Notation. It is often used to send data from a server to a web page.

(put image here)

JSON is language independent, therefore it is a great data interchanging format. Useful for talking between computers/servers. REST API uses JSON to talk between the server and the client conveniently.