ezjson_init_string
Syntax
native EzJSON:ezjson_init_string(const value[]);
Usage
| Parameter | Description |
|---|---|
| value | String that the handle will be initialized with |
Description
Inits string data.
Note
Needs to be freed using ezjson_free() native.
Return
EzJSON handle, EzInvalid_JSON if error occurred