ndjson: Wicked-Fast Streaming 'JSON' ('ndjson') Reader

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.

Version: 0.5.0
Depends: R (≥ 3.2.0)
Imports: Rcpp, data.table, dplyr, dtplyr
LinkingTo: Rcpp
Suggests: testthat
Published: 2017-06-28
Author: Bob Rudis (bob@rud.is), Niels Lohmann (C++ json parser), Deepak Bandyopadhyay (C++ gzstream), Lutz Kettner (C++ gzstream)
Maintainer: Bob Rudis <bob at rud.is>
BugReports: https://gitlab.com/hrbrmstr/ndjson/issues
License: AGPL
URL: http://gitlab.com/hrbrmstr/ndjson
NeedsCompilation: yes
SystemRequirements: zlib, C++11
Materials: README NEWS INSTALL
CRAN checks: ndjson results

Downloads:

Reference manual: ndjson.pdf
Package source: ndjson_0.5.0.tar.gz
Windows binaries: r-devel: ndjson_0.5.0.zip, r-release: ndjson_0.5.0.zip, r-oldrel: ndjson_0.5.0.zip
OS X El Capitan binaries: r-release: ndjson_0.5.0.tgz
OS X Mavericks binaries: r-oldrel: ndjson_0.5.0.tgz
Old sources: ndjson archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=ndjson to link to this page.