5 lines
194 B
Text
5 lines
194 B
Text
set jsonString to <<{"foo": 10, "bar": [1, 2, 3]}>>
|
|
put JSONValue(jsonString)
|
|
|
|
set dataObject to (string_value: "lorem ipsum", int_value: 314, array_value: (2, 4, 6))
|
|
put JSONFormat(dataObject)
|