Type: Package
Title: 'Rapidjson' C++ Header Files
Version: 1.2.0
Date: 2020-03-08
Description: Provides JSON parsing capability through the 'Rapidjson' 'C++' header-only library.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.0.2
SystemRequirements: GNU make
NeedsCompilation: yes
Packaged: 2020-03-08 06:44:13 UTC; dave
Author: David Cooley [aut, cre], Milo Yip [ctb] (Author of c++ rapidjson library, provided through THL A29 Limited, a Tencent company), Alexander Chemeris [ctb] (Author of c++ msinttypes library)
Maintainer: David Cooley <dcooley@symbolix.com.au>
Repository: CRAN
Date/Publication: 2020-03-08 07:10:02 UTC

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)