Difference between revisions of "JSON"

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Jump to navigation Jump to search
 
 
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|JSON}}
+
* {{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

Navigation

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

Articles