powered by
validate_json_with_schemafile(json_string, schemafn)
## Not run: # json_code <- "{\"category\": \"book\", \"price\": 25, \"title\": \"abrakadabra\"}" # validate_json_with_schemafile(json_code, "data/schema.json") # ## End(Not run)
Run the code above in your browser using DataLab