Qsys Json [verified]
This object is used for parsing JSON strings that you do not intend to modify. It is faster and more memory-efficient than its read-write counterpart.
For developers writing custom scripts in the Q-SYS Scripting Engine , Q-SYS provides built-in libraries to handle JSON data. JSON - Q-SYS Help qsys json
-- Convert to string for transmission over TCP/UDP local json_string = cmd:ToString() -- Output: {"command":"set_gain","channel":1,"db":-12.5} This object is used for parsing JSON strings
: Retrieves values for one or more controls within a Named Component. qsys json