Function sonic_rs::to_array_iter
source · pub fn to_array_iter<'de, I: JsonInput<'de>>(json: I) -> ArrayIntoIter<'de> ⓘExpand description
Convert a json to a lazy ArrayIntoIter. 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.