JSONFormat
- function
- new in 1.61
- Generates text in JSON format for any SenseTalk value
put contentValue's JSONFormat into file outfile
- update in 1.64: works with new boolean values (yes, no, on, off), represented as true and false in JSON. Also, <missing value> is now represented as null in JSON.
- Related: JSONValue