13 lines
No EOL
239 B
Text
Executable file
13 lines
No EOL
239 B
Text
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
|
|
}
|
|
} |