We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ef7190 commit b7806abCopy full SHA for b7806ab
srfi-180.html
@@ -149,7 +149,7 @@ <h4 id="example-two">Example Two</h4>
149
(cons 'json-value <span class="st">"hello"</span>)
150
(cons 'json-value <span class="st">"world"</span>)
151
(cons 'json-structure 'object-start)
152
-(cons 'json-value 'truth)
+(cons 'json-value <span class="st">"truth"</span>)
153
(cons 'json-structure 'array-start)
154
(cons 'json-value <span class="dv">42</span>)
155
(cons 'json-structure 'array-end)
0 commit comments