Skip to content

Commit fbe57e3

Browse files
NotWoodsannevk
authored andcommitted
Add Boolean to JSON-to-Infra conversion steps
Fixes #273.
1 parent d4a3e90 commit fbe57e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1292,7 +1292,7 @@ standards, it is often more convenient to parse JSON into realm-independent <a>m
12921292
given a JavaScript value <var>jsValue</var>:
12931293

12941294
<ol>
1295-
<li><p>If [$Type$](|jsValue|) is Null, String, or Number, then return |jsValue|.
1295+
<li><p>If [$Type$](|jsValue|) is Null, Boolean, String, or Number, then return |jsValue|.
12961296

12971297
<li>
12981298
<p>If [$IsArray$](|jsValue|) is true, then:

0 commit comments

Comments
 (0)