grip_json_parse_string
Parses string that contains JSON.
Syntax
native GripJSONValue:grip_json_parse_string(const string[], error_buffer[], const error_buffer_size)
Usage
| string | String to parse |
| error_buffer | — |
| error_buffer_size | Maximum length of the buffer. |
Return
JSON value, Invalid_GripJSONValue if error occurred
Defined in
grip.inc
.
This documentation was automatically generated from source.