native
json_init_real
Syntax
native JSON:json_init_real(Float:value);
Description
Inits a real number.
Parameters
| value | Real number that the handle will be initialized with |
|---|
Note
Needs to be freed using json_free() native.
Return
JSON handle, Invalid_JSON if error occurred