- Added Maarten Demeyer to DESCRIPTION
- Updated to nlohmann/json.hpp v3.6.1 (Ref: https://github.com/nlohmann/json/blob/develop/ChangeLog.md)
- Updated to nlohmann/json.hpp v3.2.0 (Ref: https://github.com/nlohmann/json/blob/develop/ChangeLog.md)
- License change to MIT
- Updated to nlohmann/json.hpp v3.1.1 (Ref: https://github.com/nlohmann/json/blob/develop/ChangeLog.md)
- Removed nlohmann/json.hpp #pragma's causing CRAN issues vis-a-vis the new "Clutter up the console with unnecessary warnings" policy.
- Updated core ndjson file to take care of some buffer overflow vulns
- Optionally returns a
tbl_df
vs atbl_dt
(data.table is used for speed on list rbind) - Fixed CRAN check errors
- Gracefully handles parsing errors when streaming in data
- PR from Dirk to remove unnecessary dependency on Rcpp11
- Added
flatten()
to work with vectors of JSON vs just files
- Initial release