json_init_real

Syntax

native JSON:json_init_real(Float:value);

Usage

value
Real number that the handle will be initialized with

Description

Inits a real number.

Note

Needs to be freed using json_free() native.

Return

JSON handle, Invalid_JSON if error occurred