R/zzz.R

Defines functions jsonvalidate_js

jsonvalidate_js <- function() {
  ct <- V8::v8()
  ct$source(system.file("bundle.js", package = "jsonvalidate"))
  ct
}


## Via Gabor, remove NOTE about Imports while not loading R6 at load.
function() {
  R6::R6Class
}
ropensci/jsonvalidate documentation built on March 29, 2024, 7:42 a.m.