Skip to content

Commit 3af6a7f

Browse files
committed
Add note that null is preserved in JSON literals.
Fixes #258.
1 parent 99288f7 commit 3af6a7f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4544,6 +4544,11 @@ <h3>Using the Document Base for the Default Vocabulary</h3>
45444544
-->
45454545
</pre>
45464546
</aside>
4547+
4548+
<p class="note">Generally, when a JSON-LD processor encounters `null`,
4549+
the associated <a>entry</a> or value is removed.
4550+
However, `null` is a valid JSON token; when used as the value
4551+
of a <a>JSON literal</a>, a `null` value will be preserved.</p>
45474552
</section>
45484553

45494554
<section class="informative"><h2>Type Coercion</h2>

0 commit comments

Comments
 (0)