Skip to content

Commit 2a1f284

Browse files
committed
Add caveat on numbers being represented as double if they're too large to represent as integers.
1 parent 31a4be8 commit 2a1f284

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10489,6 +10489,7 @@ <h1>Data Model</h1>
1048910489
<li>A <a>JSON-LD value</a> is a <a>typed value</a>, a <a>string</a> (which is interpreted
1049010490
as <a>typed value</a> with type <code>xsd:string</code>), a <a>number</a>
1049110491
(<a>numbers</a> with a non-zero fractional part, i.e., the result of a modulo&#8209;1 operation,
10492+
<span class="changed">or which are too large to represent as integers,</span>
1049210493
are interpreted as <a>typed values</a> with type <code>xsd:double</code>, all other
1049310494
<a>numbers</a> are interpreted as <a>typed values</a>
1049410495
with type <code>xsd:integer</code>), <a>true</a> or <a>false</a> (which are interpreted as

0 commit comments

Comments
 (0)