jsonld-ex/test/data/json-ld.org-test-suite/flatten-0003-in.jsonld

12 lines
197 B
Text
Raw Normal View History

{
"@id": "http://example.org/id",
"http://example.org/property": null,
"regularJson": {
"nonJsonLd": "property",
"deep": [{
"foo": "bar"
}, {
"bar": "foo"
}]
}
}