pub fn process_json_iterable(
settings: &Settings,
json_iter: impl Iterator<Item = (String, Value)>,
errors: &Errors<IndexedNDJSONError>,
) -> StatsExpand description
Main function processing the JSON data, collecting key infomation about the content. Single threaded.
See also process_json_iterable_par