Description
1 | 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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.