simpleson
simpleson copied to clipboard
Reserve parsing space
Certain data types (null and boolean) have a fixed size and others (numbers) generally have a predictable size. Use reserve to prepare the string buffer in order to improve performance.