jf2

From Microformats Wiki
Revision as of 19:57, 21 October 2015 by Kevin Marks (talk | contribs) (name bikeshedding seecion)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

This article is a stub. You can help the microformats.org wiki by expanding it.


jf2 is a working name for a simplified more minimal JSON representation of microformats2.

Basic Example

{
  "type": "entry",
  "author": {
     "type": "card",
     "name": "Tantek Çelik",
     "url": "http:\/\/tantek.com\/",
     "photo": "http:\/\/tantek.com\/photo.jpg"
  },
  "published": "2015-10-21T12:34-0700",
  "category": ["simple", "example"],
  "content": "Example of a simple note"
}

Prior Work

Prior Simplifications

Output from:

  • webmention.io
  • webmention.herokuapp.com

(need specific examples from those two)

Obligatory Name Bikeshedding

Why not call it JFDI instead? Backronym: JSON For Data Interchange

See Also