grip_json_init_number
Inits a number.
Syntax
native GripJSONValue:grip_json_init_number(value)
Usage
| value | Integer number that the handle will be initialized with |
Return
JSON — handle, Invalid_GripJSONValue if error occurred
Notes
Needs to be destroyed using grip_destroy_json_value() native.
Defined in
grip.inc
at line 458
.
This documentation was automatically generated from source.