Function sonic_rs::lazyvalue::to_object_iter
source · 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.