native bool:json_serial_to_file(const JSON:value, const file[], bool:pretty = false);
value | JSON handle |
file | Path to the file |
pretty | True to format pretty JSON string, false to not |
Copies serialized string to the file.
True if succeed, false otherwise
If passed handle is not a valid value
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.