old-json-serializations: Difference between revisions
Jump to navigation
Jump to search
AndyMabbett (talk | contribs) (About JSON) |
|||
Line 1: | Line 1: | ||
= JSON Serialization of Microformats = | |||
Placeholder page to document the methods of expressing microformatted content in JSON. | Placeholder page to document the methods of expressing microformatted content in JSON. | ||
==Introduction== | |||
'''JSON''' ('''JavaScript Object Notation'''; pronounced "Jason") is a lightweight, text-based, human-readable format for representing simple data structures and associative arrays (called "objects"). | |||
Although JSON is based on a subset of JavaScript, it is language-independent. | |||
<!-- replace this with content --> | |||
==References== | |||
*[http://www.json.org www.json.org]: the original specification, documentation, and list of implementations for many different programming languages. | |||
*RFC 4627, current formal JSON specification. | |||
*[http://en.wikipedia.org/wiki/JSON JSON on Wikipedia] |
Revision as of 21:27, 4 October 2007
JSON Serialization of Microformats
Placeholder page to document the methods of expressing microformatted content in JSON.
Introduction
JSON (JavaScript Object Notation; pronounced "Jason") is a lightweight, text-based, human-readable format for representing simple data structures and associative arrays (called "objects").
Although JSON is based on a subset of JavaScript, it is language-independent.
References
- www.json.org: the original specification, documentation, and list of implementations for many different programming languages.
- RFC 4627, current formal JSON specification.
- JSON on Wikipedia