CRAN/E | ndjson

ndjson

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

Installation

About

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.

github.com/hrbrmstr/ndjson
System requirements zlib, C++17
Bug report File report

Key Metrics

Version 0.9.0
R ≥ 3.2.0
Published 2022-10-17 563 days ago
Needs compilation? yes
License MIT
License File
CRAN checks ndjson results

Downloads

Yesterday 129 0%
Last 7 days 801 -33%
Last 30 days 3.968 +9%
Last 90 days 10.565 +2%
Last 365 days 41.767 -19%

Maintainer

Maintainer

Bob Rudis

bob@rud.is

Authors

Bob Rudis

aut / cre

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)

Material

INSTALL
Reference manual
Package source

In Views

WebTechnologies

macOS

r-release

arm64

r-oldrel

arm64

r-release

x86_64

r-oldrel

x86_64

Windows

r-devel

x86_64

r-release

x86_64

r-oldrel

x86_64

Old Sources

ndjson archive

Depends

R ≥ 3.2.0

Imports

Rcpp
data.table
tibble

Suggests

tinytest
covr

LinkingTo

Rcpp

Reverse Depends

streamR