Skip to content

Commit 0e6c60d

Browse files
committed
Add definition for useNativeTypes option.
1 parent 864bc5d commit 0e6c60d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4973,6 +4973,9 @@ <h3>The JsonLdOptions Type</h3>
49734973
<dd class="changed">Enables special frame processing rules for the <a href="#expansion-algorithm">Expansion Algorithm</a>.</dd>
49744974
<dd class="changed">Enables special rules for the <a href="#serialize-rdf-as-json-ld-algorithm">Serialize RDF as JSON-LD Algorithm</a>
49754975
to use JSON-LD native types as values, where possible.</dd>
4976+
<dt class="changed"><dfn data-dfn-for="JsonLdOptions">useNativeTypes</dfn></dt>
4977+
<dd class="changed">Causes the <a href="#serialize-rdf-as-json-ld-algorithm">Serialize RDF as JSON-LD Algorithm</a>
4978+
to use native JSON values in <a>value objects</a> avoiding the need for an explicity <code>@type</code>.</dd>
49764979
<dt class="changed"><dfn data-dfn-for="JsonLdOptions">useRdfType</dfn></dt>
49774980
<dd class="changed">Enables special rules for the <a href="#serialize-rdf-as-json-ld-algorithm">Serialize RDF as JSON-LD Algorithm</a>
49784981
causing <code>rdf:type</code> properties to be kept as <a>IRIs</a> in the output, rather than use <code>@type</code>.</dd>

0 commit comments

Comments
 (0)