We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
useNativeTypes
1 parent 2afced9 commit a8a9101Copy full SHA for a8a9101
index.html
@@ -5166,6 +5166,14 @@ <h3>Overview</h3>
5166
<li>
5167
<code>xsd:integer</code> or <code>xsd:double</code> are converted
5168
to <a>JSON numbers</a>,
5169
+ <ul>
5170
+ <li>
5171
+ unless such a conversion is impossible, for instance, in cases like
5172
+ <code>"+INF"^^xsd:double</code>, in which instance <a data-link-for="JsonLdOptions">useNativeTypes</a> flag is ignored,
5173
+ and the literal value is kept in string form,
5174
+ in accordance with <a data-cite="RFC8785#section-appendix.d">RFC 8785, Appendix D</a>.
5175
+ </li>
5176
+ </ul>
5177
</li>
5178
<li>and <a>RDF literals</a>
5179
with a <a>datatype IRI</a>
0 commit comments