Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface JToken

Represents an abstract JSON token.

Hierarchy

  • JToken

Index

Properties

Optional first

first: JToken

Get the first child token of this token.

Optional hasValues

hasValues: boolean

Gets a value indicating whether this token has child tokens.

Optional item

item: JToken

Optional last

last: JToken

Get the last child token of this token.

Optional next

next: JToken

Gets the next sibling token of this node.

Optional parent

parent: string

Gets or sets the parent.

Optional path

path: string

Gets the path of the JSON token.

Optional previous

previous: JToken

Gets the previous sibling token of this node.

Optional root

root: JToken

Gets the root JToken of this JToken.

Optional type

type: string

Gets the node type for this JToken.

Generated using TypeDoc