[pending revision] | [pending revision] |
Content deleted Content added
Typo correction |
No edit summary |
||
Line 1:
'''JSON''', which stands for "'''J'''ava'''s'''cript '''o'''bject '''n'''otation", is a lightweight data interchange format. '''JSON''' has the advantage, over [[XML]], as a data interchange format in that it can be trivially parsed, by Javascript, with Javascript's built in [[eval]]() procedure. (This is important because of [[Javascript]]'s ubiquitousness amoung [[web browsers]].) '''JSON''' is Javascript's [[object literal]] format.
== Using JSON
'''JSON''' is useful as a data-interchange format because it can be trivially parsed, by Javascript built in [[eval]]() procedure. For example:
eval("the_object = " + json_data + ";");
== JSON Pronunciation ==
|