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

JsonArrayGetString

ERROR_ID

Input

JsonArray

JSON_ARR_REF

Reference to the JSON array.

Index

INT

Array index of the string value.

StringValue

POINTER TO STRING

String buffer for the retrieved value.

StringLength

DWORD

Length of the provided string buffer.