Struct json_syntax::parse::Parser
source · pub struct Parser<C: Iterator<Item = Result<DecodedChar, E>>, F, E> { /* private fields */ }
Expand description
JSON parser.
pub struct Parser<C: Iterator<Item = Result<DecodedChar, E>>, F, E> { /* private fields */ }
JSON parser.