Changes in version 1.2.3 (2025-11-25) - removed C++11 System requirement - patch for handling Int64 issue 81 Changes in version 1.2.2 (2022-11-09) - skipped date tests on CRAN Changes in version 1.2.1 (2020-06-02) - patch for correctly allocating strings issue 61 Changes in version 1.2.0 (2020-05-30) - fixed C Stack Overflow caused by recursion issue 61 - Simplified and templated more of the .hpp code Changes in version 1.1.0 - removed Boost dependency - set stringsAsFactors = TRUE in tests to comply with R 4.0.0 - implemented from_ndjson() and to_ndjson() issue 29 and issue 58 - performance improvement for factors issue 59 - Fixed encoding issues on Windows issue 56 Changes in version 1.0 - empty list names handled issue 53 - from_json() method from converting JSON to R objects Changes in version 0.2.1 (2019-04-24) - as.json() method - Bug fix: AsIs data.frame inside another data.frame issue #38 - BH -DBOOST_NO_AUTO_PTR flag Changes in version 0.2.0 (2019-01-10) - 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 objects - minify_json() function to remove indentation - pretty_json() function to add indentation - digits argument to specify the number of digits to which numeric values will be rounded Changes in version 0.1.2 (2018-12-07) - unbox argument for to_json() - Added a NEWS.md file to track changes to the package.