Enum JsonValueType
Defines the type of JSON value.
Namespace: DevZest.Data
Assembly: DevZest.Data.dll
Syntax
public enum JsonValueType
Remarks
These values are used by JsonTokenKind, which has a FlagsAttribute.
Fields
| Name | Description |
|---|---|
| False | False JSON value. |
| Null | Null JSON value. |
| Number | Number JSON value. |
| String | String JSON value. |
| True | True JSON value. |