JsonArrayGetObject (FUN)

FUNCTION JsonArrayGetObject : ERROR_ID

Get a JSON object from a JSON array. The object is not copied, only a reference is retrieved.

InOut:

Scope

Name

Type

Comment

Return

JsonArrayGetObject

ERROR_ID

Input

JsonArray

JSON_ARR_REF

Reference to the JSON array.

Index

INT

Array index of the JSON object.

JsonObjPtr

POINTER TO JSON_OBJ_REF

Address of the JSON object reference for assignment.