JsonArrayGetInt (FUN)

FUNCTION JsonArrayGetInt : ERROR_ID

Get a integer value from a JSON array.

InOut:

Scope

Name

Type

Comment

Return

JsonArrayGetInt

ERROR_ID

Input

JsonArray

JSON_ARR_REF

Reference to the JSON array.

Index

INT

Array index of the integer value.

IntegerValue

POINTER TO DINT

Reference to integer for the retrieved value.