You are here: Symbol Reference > Stimulsoft.Base.Json.Schema Namespace > Extensions Class > Extensions Methods > Validate Method > Validate Method (this JToken, JsonSchema, ValidationEventHandler)
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
Extensions.Validate Method (this JToken, JsonSchema, ValidationEventHandler)

Validates the specified JToken.  

JSON Schema validation has been moved to its own package. See http://www.newtonsoft.com/jsonschemafor more details.

Syntax
C++
C#
Visual Basic
public: void Validate( this JToken source, JsonSchema schema, ValidationEventHandler validationEventHandler );
Parameters
Parameters 
Description 
source 
The source JToken to test. 
schema 
The schema to test with. 
validationEventHandler 
The validation event handler. 
Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.