This reverts part of commit fa23e4b093, to
make it so that Python `None` converts to JavaScript `null` (and JavaScript
`null` already converts to Python `None`). That's consistent with how the
`json` module converts these values back and forth.
Signed-off-by: Damien George <damien@micropython.org>
5 lines
113 B
Plaintext
5 lines
113 B
Plaintext
false 1
|
|
true [ 1, 2, 3 ]
|
|
true [ null, true, 1.2 ]
|
|
true { tuple: [ 1, 2, 3 ], one: 1, list: [ null, true, 1.2 ] }
|