Einhugur JSON Plugin III for Xojo

JSONSchemaValidator.Validate Method

Validates JSON document against given schema.

Validate(
   document as EinhugurJSONIII.JSONDocument) as Boolean

Parameters

document
The document to validate.

Returns

Boolean
True if the document was valid according to the schema, else false.

Remarks

If getting false then you can call some of the get methods on this class to get info on why the document was not valid according to the given schema.

See Also

JSONSchemaValidator Class