json: Difference between revisions

From Microformats Wiki
Jump to navigation Jump to search
(draft)
(subheads, link to jf2)
Line 4: Line 4:
<dfn>JSON</dfn> is JavaScript Object Notation (RFC 4627), a popular data format for APIs.
<dfn>JSON</dfn> is JavaScript Object Notation (RFC 4627), a popular data format for APIs.


[[microformats2]] has a canonical JSON representation.
== current microformats support ==
[[microformats2]] has a canonical JSON representation that is produced by numerous microformats2 parsers across various languages.
 
== brainstorming ==
* [[jf2]] - a simplified more minimal mf2 JSON representation


== tools ==
== tools ==

Revision as of 19:31, 21 October 2015

This article is a stub. You can help the microformats.org wiki by expanding it. <entry-title>JSON</entry-title>

JSON is JavaScript Object Notation (RFC 4627), a popular data format for APIs.

current microformats support

microformats2 has a canonical JSON representation that is produced by numerous microformats2 parsers across various languages.

brainstorming

  • jf2 - a simplified more minimal mf2 JSON representation

tools

previous work

see also

  • 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