JsonType
enum JsonType extends int32import JsonType from Wax;The six JSON categories. Number combines all integral and floating-point representations; use JsonKind to distinguish them.
Members
Nullcase
case NullStringcase
case StringNumbercase
case NumberBooleancase
case BooleanObjectcase
case ObjectArraycase
case ArrayCompareTomethod
public fn CompareTo(JsonType other) : int32Provided by the compiler.
Equalsmethod
public fn Equals(JsonType other) : boolProvided by the compiler.
GetHashCodemethod
public fn GetHashCode() : uint32Provided by the compiler.
ToStringmethod
public fn ToString() : stringProvided by the compiler.
ToStringBuffermethod
public fn ToStringBuffer(StringBuilder builder) : int32Provided by the compiler.