Package: ndjson Type: Package Title: Wicked-Fast Streaming 'JSON' ('ndjson') Reader Version: 0.9.0 Date: 2022-10-14 Authors@R: c( person("Bob", "Rudis", email = "bob@rud.is", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-5670-2640")), person("Niels", "Lohmann", role = "aut", comment = "C++ json parser"), person("Deepak", "Bandyopadhyay", role = "aut", comment = "C++ gzstream"), person("Lutz", "Kettner", role = "aut", comment = "C++ gzstream"), person("Neal", "Fultz", role = "ctb", comment = "Rcpp integration"), person("Maarten", "Demeyer", role = "ctb", comment = "dtplyr cleanup")) Maintainer: Bob Rudis Description: Streaming 'JSON' ('ndjson') has one 'JSON' record per-line and many modern 'ndjson' files contain large numbers of records. These constructs may not be columnar in nature, but it is often useful to read in these files and "flatten" the structure out to enable working with the data in an R 'data.frame'-like context. Functions are provided that make it possible to read in plain 'ndjson' files or compressed ('gz') 'ndjson' files and either validate the format of the records or create "flat" 'data.table' structures from them. URL: https://github.com/hrbrmstr/ndjson BugReports: https://github.com/hrbrmstr/ndjson/issues SystemRequirements: zlib, C++17 NeedsCompilation: yes License: MIT + file LICENSE Encoding: UTF-8 Suggests: tinytest, covr Depends: R (>= 3.2.0) Imports: Rcpp, data.table, tibble LinkingTo: Rcpp RoxygenNote: 7.2.1 Config/pak/sysreqs: zlib1g-dev Repository: https://hrbrmstr.r-universe.dev Date/Publication: 2022-10-16 17:26:07 UTC RemoteUrl: https://github.com/hrbrmstr/ndjson RemoteRef: HEAD RemoteSha: 77124f8732bfc19f513558eee6e30aa93e783fef Packaged: 2026-06-09 10:27:05 UTC; root Author: Bob Rudis [aut, cre] (ORCID: ), Niels Lohmann [aut] (C++ json parser), Deepak Bandyopadhyay [aut] (C++ gzstream), Lutz Kettner [aut] (C++ gzstream), Neal Fultz [ctb] (Rcpp integration), Maarten Demeyer [ctb] (dtplyr cleanup)