Loading...
Searching...
No Matches
Go to the source code of this file.
|
enum | System.Text.Json.JsonTokenType : byte {
System.Text.Json.None
, System.Text.Json.StartObject
, System.Text.Json.EndObject
, System.Text.Json.StartArray
,
System.Text.Json.EndArray
, System.Text.Json.PropertyName
, System.Text.Json.Comment
, System.Text.Json.String
,
System.Text.Json.Number
, System.Text.Json.True
, System.Text.Json.False
, System.Text.Json.Null
} |
|