Documentation

JR_OBJ_KV

JR_OBJ_KV Description Conditionally parse a JSON object if key matches expected name.

Read More

JR_STR

JR_STR Description Read a JSON string value from stream and assign to target. The resulting string is dynamically allocated in Str format.

Read More

JR_STR_KV

JR_STR_KV Description Read a string key-value pair if key matches.

Read More

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

JReadNull

JReadNull Description Read a “null” value 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