native

json_init_bool

Syntax

native JSON:json_init_bool(bool:value);

Description

Inits a boolean value.

Parameters

value Boolean value that the handle will be initialized with

Note

Needs to be freed using json_free() native.

Return

JSON handle, Invalid_JSON if error occurred