Parsing

JReadBool

JReadBool Description Read a boolean value (“true” or “false”) from input string.

Read More

JReadFloat

JReadFloat Description Read a floating-point number from input string.

Read More

JReadInteger

JReadInteger Description Strictly read an integer from input string.

Read More

JReadNumber

JReadNumber Description Read a JSON number (int or float) from input string.

Read More

JReadString

JReadString Description Read a quoted string, handling escape sequences.

Read More

JSkipValue

JSkipValue Description Skip the current JSON value at reading position.

Read More

JSkipWhitespace

JSkipWhitespace Description Skip whitespace from current reading position.

Read More

StrReadFmt

StrReadFmt Description Parse input string according to format string with rust-style placeholders, extracting values into provided arguments. This is a macro wrapper around StrReadFmtInternal.

Read More