7 releases

0.2.7 Mar 15, 2024
0.2.6 Mar 6, 2024
0.2.5 Feb 22, 2024
0.2.2 Nov 7, 2023
0.1.1 Nov 4, 2023

#2245 in Parser implementations

Download history 120/week @ 2024-02-09 178/week @ 2024-02-16 101/week @ 2024-02-23 132/week @ 2024-03-01 48/week @ 2024-03-08 119/week @ 2024-03-15 7/week @ 2024-03-22 46/week @ 2024-03-29 12/week @ 2024-04-05

67 downloads per month

Apache-2.0

17KB
515 lines

JsonIT (Json Iterator)

If you want to read json items as a stream under a prefixed array in a json file

pub fn stream_read_items_at<T>(iterator: impl Iterator<Item = String> + 'static, prefix: String) -> impl Iterator<Item = serde_json::Result<T>>
where
    T: DeserializeOwned,

Should work like python ijson

Dependencies

~0.7–1.5MB
~33K SLoC