Skip to content

Commit df7e8e0

Browse files
committed
Add reference to data-round-tripping to describe more limitations on integers in JSON.
1 parent 1e74d4c commit df7e8e0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10489,7 +10489,8 @@ <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 <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>
10492+
<span class="changed">or which are too large to represent as integers
10493+
(see <a data-cite="JSON-LD11-API#data-gound-tripping">Data Round Tripping</a>) in [[JSON-LD11-API]]),</span>
1049310494
are interpreted as <a>typed values</a> with type <code>xsd:double</code>, all other
1049410495
<a>numbers</a> are interpreted as <a>typed values</a>
1049510496
with type <code>xsd:integer</code>), <a>true</a> or <a>false</a> (which are interpreted as

0 commit comments

Comments
 (0)