You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When jaqslurps a file (e.g. jsonlines format), it uses json_array, which collect()s from json_slice.
My Rust is not strong but it looks to me like this requires two passes over the data, one to parse all of it into memory and then a second to do the process it. Is that right, or am I missing something?