validateJSON | R Documentation |
By relying on simd-parallel 'simdjson' header-only library JSON files can be parsed very quickly.
validateJSON(jsonfile)
jsonfile |
A character variable with a path and filename |
A boolean value indicating whether the JSON content was parsed successfully
if (!RcppSimdJson:::.unsupportedArchitecture()) {
jsonfile <- system.file("jsonexamples", "twitter.json", package="RcppSimdJson")
validateJSON(jsonfile)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.