Click or drag to resize
Json.NET

JContainer Properties

 

The JContainer type exposes the following members.

Properties
  NameDescription
Protected propertyChildrenTokens
Gets the container's children tokens.
Public propertyCount
Gets the count of child JSON tokens.
Public propertyFirst
Get the first child token of this token.
(Overrides JTokenFirst.)
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.
(Overrides JTokenLast.)
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.
(Inherited from JToken.)
Top
See Also