JsonGetString (FUN)
FUNCTION JsonGetString : ERROR_ID
Get a string value from a JSON object. The internal string gets copied to the given buffer.
- InOut:
Scope
Name
Type
Comment
Return
JsonGetStringInput
JsonObjReference to the JSON object.
KeyNameSTRING(Constants.JSON_MAX_KEY_LEN)Key string identifier of the value.
StringValuePOINTER TO STRING
String buffer for the retrieved value.
StringLengthDWORDLength of the provided string buffer.