2 lines
99 B
Text
2 lines
99 B
Text
data = ImportString["{ \"foo\": 1, \"bar\": [10, \"apples\"] }","JSON"]
|
|
ExportString[data, "JSON"]
|