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

The JValue type exposes the following members.

Properties

  NameDescription
First
Get the first child token of this token.
(Inherited from JToken.)
HasValues
Gets a value indicating whether this token has childen tokens.
(Overrides JToken..::.HasValues.)
Item
Gets the JToken with the specified key.
(Inherited from JToken.)
Last
Get the last child token of this token.
(Inherited from JToken.)
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.)
Value
Gets or sets the underlying token value.

Explicit Interface Implementations

  NameDescription
IJEnumerable<(Of <(JToken>)>)..::.Item (Inherited from JToken.)
IJsonLineInfo..::.LineNumber (Inherited from JToken.)
IJsonLineInfo..::.LinePosition (Inherited from JToken.)

See Also

JValue Class
Facebook.Json.Linq Namespace