Creates a JSON object from a string.
%JSON_ObjectFromString( TEXT in text )
Function creates a JSON object from a string.
Exception is thrown if the given text cannot parse to the JSON object.
INT _obj _obj := %JSON_ObjectFromString('{"state":"Valid"}') %JSON_FreeObjectHandle(_obj)
Related pages:
JSON format manipulation functionsFunction arguments - types
0 komentárov