JSONValue
Function
Parses text in JSON format and returns an equivalent SenseTalk value. Use the JSONValue function for converting data in JSON format to a SenseTalk value for use within your script. (Added in SenseTalk 1.61)
Example:
put JSONValue(file "/tmp/myJSON.txt") into fileContents
Further Reading
Resources in our other reference manuals.
Related Terms
Related terms in the SenseTalk Dictionary.