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

13 lines
239 B
Plaintext
Executable file

{
"@context": {
"eg": "http://example.org/vocab#"
},
"@id": "_:c1",
"eg:array": ["value", null],
"eg:doc": "Test 'null' in various locations",
"eg:null": null,
"eg:object": {
"prop1": "value1",
"prop2": null
}
}