Generate Method (type)

Json.NET

Json.NET - Quick Starts & API Documentation Generate Method (type)
NamespacesNewtonsoft.Json.SchemaJsonSchemaGeneratorGenerate(Type)
Generate a JsonSchema from the specified type.
Declaration Syntax
C# Visual Basic Visual C++
public JsonSchema Generate(
	Type type
)
Public Function Generate ( _
	type As Type _
) As JsonSchema
public:
JsonSchema^ Generate(
	Type^ type
)
Parameters
type (Type)
The type to generate a JsonSchema from.
Return Value
A JsonSchema generated from the specified type.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.5.0.0 (4.5.6.14930)