ezjson_init_bool

Syntax

native EzJSON:ezjson_init_bool(bool:value);

Usage

Parameter Description
value
Boolean value that the handle will be initialized with

Description

Inits a boolean value.

Note

Needs to be freed using ezjson_free() native.

Return

EzJSON handle, EzInvalid_JSON if error occurred