rapidjsonr-package {rapidjsonr}R Documentation

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

Description

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

Author(s)

Maintainer: David Cooley dcooley@symbolix.com.au

Other contributors:

Examples

## Not run: 

# Include a dependency to rapidjsonr inside a cpp file
// [[Rcpp::depends(rapidjsonr)]]
include <Rcpp.h>

## End(Not run)

[Package rapidjsonr version 1.2.0 Index]