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
Errors
If passed handle is not a valid value
Defined in
grip.inc
at line 1071
.
This documentation was automatically generated from source.