JsonParseArrayFromString (FUN)
FUNCTION JsonParseArrayFromString : ERROR_ID
Parse a JSON array string into a newly created JSON array.
- InOut:
Scope
Name
Type
Comment
Return
JsonParseArrayFromStringInput
JsonArrayPtrPOINTER TO JSON_ARR_REF
Address of a JSON array reference for assignment.
JsonStringPOINTER TO STRING
String reference that contains a JSON array.