Crate simple_json_parser

Source

Structs§

JSONParseError

Enums§

JSONKey
JSONParseErrorReason
RootJSONValue

Functions§

parse
If you want to return early (break on an exception in the callback) or more configuration use parse_with_exit_signal
parse_with_exit_signal
Returns the number of bytes parsed. exit_on_first_value returns once the first object has been parsed.