[][src]Crate json_pest_parser

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
Rule

Functions

get_number
get_object_array
get_optional_str
get_optional_str_not_empty
get_optional_usize
get_str
get_str_array
parse_json_string
parse_json_string_with_specific_hasher