JsonArrayRemoveEntry (FUN)

FUNCTION JsonArrayRemoveEntry : ERROR_ID

Remove an entry from a JSON array. Memory allocated by that entry gets freed.

InOut:

Scope

Name

Type

Comment

Return

JsonArrayRemoveEntry

ERROR_ID

Input

JsonArray

JSON_ARR_REF

Reference to the JSON array.

Index

INT

Array index of the entry.