Skip to main content
Version: 26.3

JSONValue

Function

(Added in SenseTalk 1.61)

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.

Example:

put JSONValue(file "/tmp/myJSON.txt") into fileContents

Further Reading

Resources in our other reference manuals:

Related terms in the SenseTalk Dictionary:



note

This page is under construction: it has not been reviewed for completeness.