Skip to main content

Module parser

Module parser 

Source

Structs§

ArrayHeaderInfo
ArrayHeaderParseResult
FieldName

Functions§

is_array_header_content
is_key_value_content
map_row_values_to_primitives
Map delimited string values into JSON primitives.
parse_array_header_line
Parse a TOON array header line, returning header metadata and inline values.
parse_bracket_segment
Parse the bracket length segment, extracting length and delimiter.
parse_delimited_values
parse_key_token
Parse a key token (quoted or unquoted) and return key, end index, and quoted flag.
parse_primitive_token
Parse a primitive token into a JSON primitive.
parse_quoted_key
Parse a quoted key and validate the following colon.
parse_string_literal
Parse a quoted string literal, unescaping escape sequences.
parse_unquoted_key
Parse an unquoted key up to the colon delimiter.