JSON
JSON (JavaScript Object Notation) is a lightweight data interchange format that is easy
for humans to read and write, and easy for machines to parse and generate. It is often used for
transmitting data between a server and a web application, as well as for storing configuration
settings and structured data.
JavaScript Object Notation (JSON) is a standard text-based format for representing structured data based on JavaScript object syntax.
JSON | |
---|---|
Name | Information |
JSON | Development technologies |
Official website | www.JSON.com |
Got to Website | Click here |