Skip to main content

NestedFrame

No overview available.

Attributes

AttributeTypeDescription
json_valueJsonValueReference to the current JSON value being processed within the nested structure.
node[LookupTreeNode](lookuptreenode.md?sid=validators_shared_lookup_tree_lookuptreenode)Pointer to the current position in the lookup tree used for matching JSON keys.
state[FrameState](framestate.md?sid=validators_shared_lookup_tree_framestate)The current iteration or traversal state of the frame during the lookup process.

Constructor

Signature

def NestedFrame(
json_value: JsonValue,
node: [LookupTreeNode](lookuptreenode.md?sid=validators_shared_lookup_tree_lookuptreenode),
state: [FrameState](framestate.md?sid=validators_shared_lookup_tree_framestate)
)

Parameters

NameTypeDescription
json_valueJsonValueThe JSON value associated with this frame.
node[LookupTreeNode](lookuptreenode.md?sid=validators_shared_lookup_tree_lookuptreenode)The node in the lookup tree corresponding to this frame.
state[FrameState](framestate.md?sid=validators_shared_lookup_tree_framestate)The current state of the frame.