Learn R Programming

validatejsonr (version 1.0.4)

validate_json_with_schema: Validate a JSON string against a JSON Schema string

Description

Description

Usage

validate_json_with_schema(json_string, schema_string)

Arguments

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.