JSON
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) |
Dan Tobias (Talk | contribs) |
||
Line 3: | Line 3: | ||
|subcat=Serialization | |subcat=Serialization | ||
|extensions={{ext|json}} | |extensions={{ext|json}} | ||
+ | |mimetypes={{mimetype|application/json}} | ||
}} | }} | ||
− | JavaScript Object Notation (JSON) is widely used by web applications to communicate between a web page front end and a server back end. | + | '''JavaScript Object Notation''' (JSON) is widely used by web applications to communicate between a web page front end and a server back end. |
* [http://www.json.org/ official website] | * [http://www.json.org/ official website] |
Revision as of 19:19, 17 November 2012
JavaScript Object Notation (JSON) is widely used by web applications to communicate between a web page front end and a server back end.