jsonAddValueString (Function) |
Top Previous Next |
jsonAddValueString adds the provided string to the end of the given JSON array, growing the size of the array by 1.
Input: o : SYSHANDLE A handle to the JSON array to add the value to.
value : STRING The UTF-8 string to add.
Returns: INT
Declaration: FUNCTION jsonAddValueString : INT;
Example: INCLUDE rtcu.inc
|