jsonAddValueNull (Function) |
Top Previous Next |
jsonAddValueNull adds a null-value 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 null-value to.
Returns: INT
Declaration: FUNCTION jsonAddValueNull : INT;
Example: INCLUDE rtcu.inc
|