ezjson_serial_size

Syntax

native ezjson_serial_size(const EzJSON:value, bool:pretty = false, bool:null_byte = false);

Usage

Parameter Description
value
EzJSON handle
pretty
True to count size for pretty format, false to not
null_byte
True to include null byte, false to not

Description

Gets size of serialization.

Return

Size of serialized string

Error

If passed handle is not a valid value