Click or drag to resize

JsonSchemaType Enumeration

Namespace:  Newtonsoft.Json.Schema
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
[FlagsAttribute]
public enum JsonSchemaType
Members
  Member nameValueDescription
None0
String1
Float2
Integer4
Boolean8
Object16
Array32
Null64
Any127
See Also