%JSON_ArrayAppendValue(
INT in handle
UNIVAL in value
)
Parametre
handle
Handle to JSON array
value
Value to be appended
Návratová hodnota
None
Popis
Function append value to JSON array. Supported types are INT, REAL, BOOL and TEXT.If you want to append TIME type, you have to first convert it to TEXT type.
Exception is thrown if you try to append unsupported type, or if provided invalid handle to JSON array.