RosettaCodeData/Task/JSON/Mathematica/json.math

3 lines
99 B
Text
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
data = ImportString["{ \"foo\": 1, \"bar\": [10, \"apples\"] }","JSON"]
ExportString[data, "JSON"]