R/zzz.R

Defines functions jsonvalidate_js

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

Try the jsonvalidate package in your browser

Any scripts or data that you put into this service are public.

jsonvalidate documentation built on Nov. 3, 2021, 5:07 p.m.