Skip to content

Instantly share code, notes, and snippets.

@cararemixed
Created March 2, 2015 18:27
Show Gist options
  • Save cararemixed/c096eecd0382c6674683 to your computer and use it in GitHub Desktop.
Save cararemixed/c096eecd0382c6674683 to your computer and use it in GitHub Desktop.
{
"@context": {
"foo": {
"@id": "http://example.com/foo",
"@container": "@set"
}
},
"foo": [
{
"@context": {"foo": "http://example.com/other"},
"foo": 42
}
]
}
{
"@context": {
"foo": {
"@context": {"foo": "http://example.com/other"},
"@id": "http://example.com/foo",
"@container": "@set"
}
},
"foo": [
{"foo": 42}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment