JsonType Enum

Namespace
LitJson
Interfaces
  • IComparable
  • IFormattable
  • IConvertible
Base Types
  • object
  • ValueType
  • Enum
graph TD Base0["Enum"]-->Type Base1["ValueType"]-->Base0 Base2["object"]-->Base1 Interface0["IComparable"]-.->Type Interface1["IFormattable"]-.->Type Interface2["IConvertible"]-.->Type Type["JsonType"] class Type type-node

Syntax

public enum JsonType

Fields

Name Constant Value Summary
Array 2
static
Boolean 7
static
Double 6
static
Int 4
static
Long 5
static
None 0
static
Object 1
static
String 3
static