Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
System.Text.Json.JsonElement
strict as aValueKind
property that returns aJsonValueKind
enum which allows us to query whether the value is a number, string, null, etc.Newtonsoft.Json
'sJToken
also has a similarType
property that returns aJTokenType
enum. However,System.Text.Json.Nodes.JsonNode
lacks such a property. Is there a reason that such an API is missing?Beta Was this translation helpful? Give feedback.
All reactions