validate_json_with_schema: Validate a JSON string against a JSON Schema string

Description Usage Arguments

Description

Description

Usage

1
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.


validatejsonr documentation built on May 1, 2019, 8:02 p.m.