validate_json_with_schema {validatejsonr} | R Documentation |
Description
validate_json_with_schema(json_string, schema_string)
json_string |
The JSON code |
schema_string |
The JSON Schema string This function will check that the supplied schema is not empty and it will then validate that the JSON code is valid (and well formed) w.r.t the supplied schema. |