grip_json_serial_to_file

Copies serialized string to the file.

Syntax

native bool:grip_json_serial_to_file(const GripJSONValue:value, const file[], bool:pretty = false, recursion_limit = 100)

Usage

value JSON handle
file Path to the file
pretty True to format pretty JSON string, false to not
recursion_limit Limit of the internal recursion

Return

True if succeed, false otherwise

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