ezjson_get_string
Syntax
native ezjson_get_string(const EzJSON:value, buffer[], maxlen);
Usage
| Parameter | Description |
|---|---|
| value | EzJSON handle |
| buffer | Buffer to copy string to |
| maxlen | Maximum size of the buffer |
Description
Gets string data.
Return
The number of cells written to the buffer
Error
If passed value is not a valid handle