jb icon indicating copy to clipboard operation
jb copied to clipboard

Support layouts

Open tkawa opened this issue 8 years ago • 1 comments

This PR fixes #7. it probably keeps the fast performance.

tkawa avatar Jan 26 '17 10:01 tkawa

This is useful for putting on a common envelope. in case of Collection+JSON:

{ "collection" : 
  {
    "version" : "1.0",
    ...
  } 
}

in case of JSON-LD with schema.org:

{
  "@context": "http://schema.org/",
  ...
}

etc.

tkawa avatar Jan 31 '17 06:01 tkawa