Crate json_pest_parser

Source
Expand description

JSON parser based on pest.
It’s is a personal crate for personal use.
The grammar used is a copy of the grammar proposed in the “pest book”.

Structs§

ParseJsonError

Enums§

JSONValue
Number
Rule

Functions§

get_array
get_number
get_object_array
get_optional_str
get_optional_str_not_empty
get_optional_usize
get_str
get_str_array
get_u64
parse_json_string
parse_json_string_with_specific_hasher