Check Checks if there is a value at the given index in the JSON array.
Declaration
Blok kódu
language
esl
theme
Confluence
BOOL %JSON_ArrayIsValue(
INT in handle,
INT in index
)
Parameters
handle
Handle to parent JSON array.
index
Index
Return value
@TRUE if at given index is value of type BOOL, INT, REAL, TEXT or invalid value, else @FALSE.
Description
Function check checks if there is a value of type BOOL, INT, REAL, TEXT or invalid value at the given index in the JSON array.
Exception is thrown if handle to JSON array is invalid or index is out of rangeIf the index is invalid or the handle on the JSON field is invalid, an exception is thrown.