ObservableJsonTrace.Node

Namespace: SnowBank.Data.Json · struct

Represents a node in the subtree of a monitored JSON document

Fields

Access

ObservableJsonAccess Access

Access type of this node

If , the node was only traversed to reach one or more of its children

Children

Dictionary<JsonPathSegment, Node> Children

Optional list of accessed children

Value

JsonValue Value

Captured value of this node in the original document (or null if the node was only traversed)