JsonArrayGetString (FUN)
FUNCTION JsonArrayGetString : ERROR_ID
Get a string value from a JSON array. The internal string gets copied to the given buffer.
- InOut:
Scope
Name
Type
Comment
Return
JsonArrayGetStringInput
JsonArrayReference to the JSON array.
IndexINTArray index of the string value.
StringValuePOINTER TO STRING
String buffer for the retrieved value.
StringLengthDWORDLength of the provided string buffer.