parseExample {RcppSimdJson} | R Documentation |
Simple JSON Parsing Example
Description
This example is adapted from a blogpost announcing an earlier ‘simdjson’ release. It is of interest mostly for the elegance and conciseness of its C++ code rather than for any functionality exported to R.
Usage
parseExample()
Details
The function takes no argument and returns nothing.
Examples
parseExample()
[Package RcppSimdJson version 0.1.12 Index]