Skip to main content

parse_many

Function parse_many 

Source
pub fn parse_many(slice: &[u8]) -> impl Iterator<Item = Result<Val, Error>> + '_
Expand description

Parse a sequence of JSON values.