[This is preliminary documentation and is subject to change.]

The JObject type exposes the following members.

Properties

  NameDescription
Content (Inherited from JContainer.)
Count
Gets the number of elements contained in the ICollection<(Of <(T>)>).
First
Get the first child token of this token.
(Inherited from JContainer.)
HasValues
Gets a value indicating whether this token has childen tokens.
(Inherited from JContainer.)
ItemOverloaded.
Last
Get the last child token of this token.
(Inherited from JContainer.)
Next
Gets the next sibling token of this node.
(Inherited from JToken.)
Parent
Gets or sets the parent.
(Inherited from JToken.)
Previous
Gets the previous sibling token of this node.
(Inherited from JToken.)
Root
Gets the root JToken of this JToken.
(Inherited from JToken.)
Type
Gets the node type for this JToken.
(Overrides JToken..::.Type.)

Explicit Interface Implementations

  NameDescription
ICollection<(Of <(KeyValuePair<(Of <(String, JToken>)>)>)>)..::.IsReadOnly
IJEnumerable<(Of <(JToken>)>)..::.Item (Inherited from JToken.)
IDictionary<(Of <(String, JToken>)>)..::.Keys
IJsonLineInfo..::.LineNumber (Inherited from JToken.)
IJsonLineInfo..::.LinePosition (Inherited from JToken.)
IDictionary<(Of <(String, JToken>)>)..::.Values

See Also

JObject Class
Facebook.Json.Linq Namespace