You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spec/latest/json-ld-syntax/index.html
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -384,7 +384,10 @@ <h2>How to Read this Document</h2>
384
384
Values that are used to express one of two possible boolean states.
385
385
</dd>
386
386
<dt><tdef>null</tdef></dt><dd>
387
-
The use of the <em>null</em> value is undefined within JSON-LD.
387
+
Unless otherwise specified, a JSON-LD processor MUST act as if a key-value pair in the body of a JSON-LD document was never declared when the value equals <em>null</em>.
388
+
If <code>@value</code> or <code>@list</code> is set to <em>null</em> in expanded form, then the entire JSON object is ignored.
389
+
If <code>@context</code> is set to <em>null</em>, the <tref>active context</tref> is reset and when used
390
+
within a <tref>context</tref>, it removes any definition associated with the key, unless otherwise specified.
0 commit comments