RosettaCodeData/Task/JSON/FunL/json-2.funl

4 lines
124 B
Text
Raw Permalink Normal View History

2016-12-05 23:44:36 +01:00
import json.*
DefaultJSONWriter.write( JSONReader({'ints', 'bigInts'}).fromString('{ "foo": 1, "bar": [10, "apples"] }') )