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

Notes

Needs to be destroyed using grip_destroy_json_value() native.

Defined in grip.inc at line 351 . This documentation was automatically generated from source.