RosettaCodeData/Task/JSON/Mathematica/json.math

3 lines
99 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
data = ImportString["{ \"foo\": 1, \"bar\": [10, \"apples\"] }","JSON"]
ExportString[data, "JSON"]