JsonGetBool (FUN)

FUNCTION JsonGetBool : ERROR_ID

Get a boolean value from a JSON object.

InOut:

Scope

Name

Type

Comment

Return

JsonGetBool

ERROR_ID

Input

JsonObj

JSON_OBJ_REF

Reference to the JSON object.

KeyName

STRING(Constants.JSON_MAX_KEY_LEN)

Key string identifier of the value.

BoolValue

POINTER TO BOOL

Reference to boolean for the retrieved value.