[go: up one dir, main page]

pub fn to_object_iter<'de, I: JsonInput<'de>>(json: I) -> ObjectIntoIter<'de> 
Expand description

Convert a json to a lazy ObjectIntoIter. The iterator is lazied and the parsing will doing when iterating. The item of the iterator is a Result. If parse error, it will return Err.