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