Type: nodetool.dictionary.GetValue

Namespace: nodetool.dictionary

Description

Retrieves a value from a dictionary using a specified key. dictionary, get, value, key

Use cases:
- Access a specific item in a configuration dictionary
- Retrieve a value from a parsed JSON object
- Extract a particular field from a data structure

Properties

Property Type Description Default
dictionary Dict[str, any]   {}
key str   ``
default any   -

Outputs

Output Type Description
output any  

Metadata

Browse other nodes in the nodetool.dictionary namespace.