jsonld-ex/test/data/json-ld.org-test-suite/flatten-0042-in.jsonld
2017-03-24 23:08:41 +01:00

11 lines
174 B
Plaintext
Executable file

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