This is a general purpose Parser assuming ascii names as property names. It falls back automatically to UTF8 when a UTF8 byte was found. This is way faster than BaseParser when property names are mainly ascii (which is usually the case).
Optional
read the content without moving the parser offset.
Returns the size including \0.
Generated using TypeDoc
This is a general purpose Parser assuming ascii names as property names. It falls back automatically to UTF8 when a UTF8 byte was found. This is way faster than BaseParser when property names are mainly ascii (which is usually the case).