Click or drag to resize
Json.NET

JValue Properties

 

The JValue type exposes the following members.

Properties
  NameDescription
Public propertyFirst
Get the first child token of this token.
(Inherited from JToken.)
Public propertyHasValues
Gets a value indicating whether this token has child tokens.
(Overrides JTokenHasValues.)
Public propertyItem
Gets the JToken with the specified key.
(Inherited from JToken.)
Public propertyLast
Get the last child token of this token.
(Inherited from JToken.)
Public propertyNext
Gets the next sibling token of this node.
(Inherited from JToken.)
Public propertyParent
Gets or sets the parent.
(Inherited from JToken.)
Public propertyPath
Gets the path of the JSON token.
(Inherited from JToken.)
Public propertyPrevious
Gets the previous sibling token of this node.
(Inherited from JToken.)
Public propertyRoot
Gets the root JToken of this JToken.
(Inherited from JToken.)
Public propertyType
Gets the node type for this JToken.
(Overrides JTokenType.)
Public propertyValue
Gets or sets the underlying token value.
Top
See Also