Difference between revisions of "JSON Documentation Team Cambodia"

From Coder Merlin
Line 1: Line 1:
==What is JSON?==
==What is JSON?==
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.
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.

Revision as of 14:38, 8 September 2021

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.