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

4 lines
124 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
import json.*
DefaultJSONWriter.write( JSONReader({'ints', 'bigInts'}).fromString('{ "foo": 1, "bar": [10, "apples"] }') )