Click or drag to resize
Json.NET Schema

License Class

 
Manages the license used with Json.NET Schema. A license can be purchased at http://www.newtonsoft.com/jsonschema.
Inheritance Hierarchy
SystemObject
  Newtonsoft.Json.SchemaLicense

Namespace:  Newtonsoft.Json.Schema
Assembly:  Newtonsoft.Json.Schema (in Newtonsoft.Json.Schema.dll) Version: 3.0.6
Syntax
C#
public static class License

The License type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCode exampleRegisterLicense
Register the specified license with Json.NET Schema. A license can be purchased at http://www.newtonsoft.com/jsonschema.
Top
See Also