Function parse

Source
pub fn parse<Iter>(input: Iter) -> Result<Value>
where Iter: Iterator<Item = Result<u8>>,