Learn R Programming

rapidjsonr (version 1.2.0)

rapidjsonr-package: Proivdes JSON parsing capability through the 'Rapidjson' 'C++' header-only library.

Description

Provides JSON parsing capability through the 'Rapidjson' 'C++' header-only library.

Arguments

Examples

Run this code
# NOT RUN {
# Include a dependency to rapidjsonr inside a cpp file
// [[Rcpp::depends(rapidjsonr)]]
include <Rcpp.h>
# }

Run the code above in your browser using DataLab