grip_json_serial_size

Gets size of serialization.

Syntax

native grip_json_serial_size(const GripJSONValue:value, bool:pretty = false, bool:null_byte = false, recursion_limit = 100)

Usage

value JSON handle
pretty True to count size for pretty format, false to not
null_byte True to include null byte, false to not
recursion_limit Limit of the internal recursion

Return

Size — of serialized string

Errors

If passed handle is not a valid value

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