4 lines
124 B
Text
4 lines
124 B
Text
|
|
import json.*
|
||
|
|
|
||
|
|
DefaultJSONWriter.write( JSONReader({'ints', 'bigInts'}).fromString('{ "foo": 1, "bar": [10, "apples"] }') )
|