jf2: Difference between revisions

From Microformats Wiki
Jump to navigation Jump to search
m (name bikeshedding seecion)
(→‎Obligatory Name Bikeshedding: positive reframe: Name Candidates, make it into a deflist accordingly)
Line 30: Line 30:
(need specific examples from those two)
(need specific examples from those two)


== Obligatory Name Bikeshedding ==
== Name Candidates ==
Why not call it JFDI instead? Backronym: JSON For Data Interchange
As 'jf2' is only a working name let's collect alternatives:
 
;JDFI
:Backronym: JSON For Data Interchange
;jf2
:Minimal JSON for mf2


== See Also ==
== See Also ==

Revision as of 19:59, 21 October 2015

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)

Name Candidates

As 'jf2' is only a working name let's collect alternatives:

JDFI
Backronym: JSON For Data Interchange
jf2
Minimal JSON for mf2

See Also