Click or drag to resize
Json.NET

JArray Properties

 

The JArray type exposes the following members.

Properties
  NameDescription
Protected propertyChildrenTokens
Gets the container's children tokens.
(Overrides JContainerChildrenTokens.)
Public propertyCount
Gets the count of child JSON tokens.
(Inherited from JContainer.)
Public propertyFirst
Get the first child token of this token.
(Inherited from JContainer.)
Public propertyHasValues
Gets a value indicating whether this token has child tokens.
(Inherited from JContainer.)
Public propertyIsReadOnly
Gets a value indicating whether the JArray is read-only.
Public propertyItemInt32
Gets or sets the JToken at the specified index.
Public propertyItemObject
Gets the JToken with the specified key.
(Overrides JTokenItemObject.)
Public propertyLast
Get the last child token of this token.
(Inherited from JContainer.)
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.)
Top
See Also