Difference between revisions of "JSON"
Jump to navigation
Jump to search
(→Links) |
|||
| Line 3: | Line 3: | ||
==Overview== | ==Overview== | ||
[[JSON]] (JavaScript Object Notation) is a simple format for exchanging or storing hierarchical data. It is considerably simpler than [[XML]], and will often serve in situations where XML is used due to the latter's wider familiarity.{{seed}} | [[JSON]] (JavaScript Object Notation) is a simple format for exchanging or storing hierarchical data. It is considerably simpler than [[XML]], and will often serve in situations where XML is used due to the latter's wider familiarity.{{seed}} | ||
| + | {{seed}} | ||
==Links== | ==Links== | ||
===Reference=== | ===Reference=== | ||
| − | * {{wikipedia| | + | * {{wikipedia}} |
| + | ===Tools=== | ||
| + | * [http://jsonviewer.stack.hu/ Online JSON Viewer] | ||
| + | ** To load from a specific URL, use <code>http://jsonviewer.stack.hu/#{{arg|URL}}</code> | ||
===Articles=== | ===Articles=== | ||
* '''2006-12-21''' [http://www.b-list.org/weblog/2006/12/21/i-cant-believe-its-not-xml I can’t believe it’s not XML!] | * '''2006-12-21''' [http://www.b-list.org/weblog/2006/12/21/i-cant-believe-its-not-xml I can’t believe it’s not XML!] | ||
Latest revision as of 22:38, 23 December 2019
computing: software: data formats: JSON
Overview
JSON (JavaScript Object Notation) is a simple format for exchanging or storing hierarchical data. It is considerably simpler than XML, and will often serve in situations where XML is used due to the latter's wider familiarity.
|
This page is a seed article. You can help HTYP water it: make a request to expand a given page and/or donate to help give us more writing-hours!
|
|
This page is a seed article. You can help HTYP water it: make a request to expand a given page and/or donate to help give us more writing-hours!
|
Links
Reference
Tools
- Online JSON Viewer
- To load from a specific URL, use
http://jsonviewer.stack.hu/#<URL>
- To load from a specific URL, use
Articles
- 2006-12-21 I can’t believe it’s not XML!