How to Read Large JSON file in R?

I believe your data is ndjson and that you should try ndjson :package: as I mentioned in an earlier post. ndjson::stream_in is supposed to be faster than jsonlite alternative. See my earlier post and the website Home. ndjson