JSON: Difference between revisions

[pending revision][pending revision]
Content deleted Content added
m JavaScript must be spelled as "JavaScript", not "Javascript"
m Captialize it as well
Line 1:
'''JSON''', which stands for "'''J'''ava'''S'''cript '''oO'''bject '''nN'''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 ==