[pending revision] | [pending revision] |
Content deleted Content added
No edit summary |
No edit summary |
||
Line 1:
'''JSON''', which stands for "'''J'''ava'''S'''cript '''O'''bject '''N'''otation", is a lightweight [[computer]] 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 among [[web browser]]s.) '''JSON''' is JavaScript's [[object literal]] format.
The name can be misleading, as JSON is a language-independent text format. There is growing support for JSON in other languages through the use of lightweight 3rd-party packages. The list of supported languages includes [[ActionScript]], [[
|