grip_json_get_string
Gets string data.
Syntax
native grip_json_get_string(const GripJSONValue:value, buffer[], maxlen)
Usage
| value | JSON handle |
| buffer | Buffer to copy string to |
| maxlen | Maximum size of the buffer |
Return
The — number of cells written to the buffer
Errors
If passed value is not a valid handle
Defined in
grip.inc
at line 514
.
This documentation was automatically generated from source.