jb
jb copied to clipboard
Support layouts
This PR fixes #7. it probably keeps the fast performance.
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.