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

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 );
Parameters
Parameters 
Description 
source 
The source JToken to test. 
schema 
The schema to test with. 
Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.