Skip to content

Commit b7806ab

Browse files
author
Amirouche
committed
spec: json-generator-read: object key must be a string.
1 parent 6ef7190 commit b7806ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

srfi-180.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ <h4 id="example-two">Example Two</h4>
149149
(cons &#39;json-value <span class="st">&quot;hello&quot;</span>)
150150
(cons &#39;json-value <span class="st">&quot;world&quot;</span>)
151151
(cons &#39;json-structure &#39;object-start)
152-
(cons &#39;json-value &#39;truth)
152+
(cons &#39;json-value <span class="st">&quot;truth&quot;</span>)
153153
(cons &#39;json-structure &#39;array-start)
154154
(cons &#39;json-value <span class="dv">42</span>)
155155
(cons &#39;json-structure &#39;array-end)

0 commit comments

Comments
 (0)