native json_serial_size(const JSON:value, bool:pretty = false, bool:null_byte = false);
value | JSON handle |
pretty | True to count size for pretty format, false to not |
null_byte | True to include null byte, false to not |
Gets size of serialization.
Size of serialized string
If passed handle is not a valid value
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.