Function process_json_iterable

Source
pub fn process_json_iterable(
    settings: &Settings,
    json_iter: impl Iterator<Item = (String, Value)>,
    errors: &Errors<IndexedNDJSONError>,
) -> Stats
Expand description

Main function processing the JSON data, collecting key infomation about the content. Single threaded.

See also process_json_iterable_par