Creates a JSON array from the string.
%JSON_ArrayFromString( TEXT in text )
The function creates a JSON field from the specified text representation of the field.
If the JSON array cannot be parsed from the text, an exception is thrown.
INT _arr _arr := %JSON_ArrayFromString("[1,2,3]") %JSON_FreeArrayHandle(_arr)
Related pages:
JSON format manipulation functionsFunction arguments - types
Pridať komentár
Pridať komentár