[Rcpp-devel] Manipulating json with Rcpp
Neal Fultz
nfultz at gmail.com
Thu Oct 11 20:50:46 CEST 2018
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>
More information about the Rcpp-devel
mailing list