old-json-serializations: Difference between revisions

From Microformats Wiki
Jump to navigation Jump to search
(About JSON)
m (fmt)
Line 1: Line 1:
= JSON Serialization of Microformats =
= JSON Serialization of Microformats =


Placeholder page to document the methods of expressing microformatted content in JSON.
==Introduction==


==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.


'''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.


[Placeholder page to document the methods of expressing microformatted content in JSON.]<!-- replace this with content -->


<!-- replace this with content -->





Revision as of 15:24, 5 October 2007

JSON Serialization of Microformats

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.


[Placeholder page to document the methods of expressing microformatted content in JSON.]


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