NestedFrame
No overview available.
Attributes
| Attribute | Type | Description |
|---|---|---|
| json_value | JsonValue | Reference 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
| Name | Type | Description |
|---|---|---|
| json_value | JsonValue | The 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. |