[Rcpp-devel] Manipulating json with Rcpp
Hi all, I recently needed to deal with json on the C++ side of things, and found the nlohmann json library. I made a small wrapper package: https://github.com/nfultz/RcppJson I was pleasantly surprised how easy it was to make a header-only package (by cannabalizing BH and copying the hpp file to inst/include). Maybe someone else will find this useful some day. Best, Neal Fultz -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.r-forge.r-project.org/pipermail/rcpp-devel/attachments/20181011/318eeb7b/attachment.html>