grip_json_parse_file

Parses file that contains JSON.

Syntax

native GripJSONValue:grip_json_parse_file(const file[], error_buffer[], const error_buffer_size)

Usage

file
error_buffer
error_buffer_size

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 362 . This documentation was automatically generated from source.