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