JsonArrayGetReal (FUN)

FUNCTION JsonArrayGetReal : ERROR_ID

Get a real value from a JSON array.

InOut:

Scope

Name

Type

Comment

Return

JsonArrayGetReal

ERROR_ID

Input

JsonArray

JSON_ARR_REF

Reference to the JSON array.

Index

INT

Array index of the real value.

RealValue

POINTER TO LREAL

Reference to real for the retrieved value.