📅  最后修改于: 2022-03-11 15:02:49.942000             🧑  作者: Mango
â It is JavaScript Object Notation (is a minimal, readable format
for structuring data.)
â It is used primarily to transmit data between a server
and web application, as an alternative to XML.
â Basically, a lightweight version of XML
â In Key: Value format
â Key is always in double quotes and value if
string its double quotes and if numbers no quotes
â It is purely based on http protocol, -
so it hits the link on the browser and see the results