- removed C++11 System requirement
- patch for handling Int64 issue 81
- skipped date tests on CRAN
- patch for correctly allocating strings issue 61
- fixed C Stack Overflow caused by recursion issue 61
- Simplified and templated more of the .hpp code
- removed Boost dependency
- set
stringsAsFactors = TRUE
in tests to comply with R 4.0.0 - implemented
from_ndjson()
andto_ndjson()
issue 29 and issue 58 - performance improvement for factors issue 59
- Fixed encoding issues on Windows issue 56
- empty list names handled issue 53
from_json()
method from converting JSON to R objects
as.json()
method- Bug fix: AsIs data.frame inside another data.frame issue #38
- BH -DBOOST_NO_AUTO_PTR flag
- by column | row option
- factors_as_string argument
- Support for LANGSXP objects
- Dates are handled in c++, and now supports nested lists
- c++ API restructured and simplified
print.json()
method to print json class objectsminify_json()
function to remove indentationpretty_json()
function to add indentationdigits
argument to specify the number of digits to which numeric values will be rounded
unbox
argument forto_json()
- Added a
NEWS.md
file to track changes to the package.