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

11 lines
174 B
Text
Raw Normal View History

{
"@context": {
"test": "http://example.com/list"
},
"@id": "list-equivalence-test",
"test": [
{ "@list": [ "1", "2" ] },
{ "@list": [ "1", "2" ] }
]
}