JsonRemoveEntry (FUN)

FUNCTION JsonRemoveEntry : ERROR_ID

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

InOut:

Scope

Name

Type

Comment

Return

JsonRemoveEntry

ERROR_ID

Input

JsonObj

JSON_OBJ_REF

Reference to the JSON object.

KeyName

STRING(Constants.JSON_MAX_KEY_LEN)

Key string identifier of the entry.