Type: nodetool.dictionary.ParseJSON
Namespace: nodetool.dictionary
Description
Parses a JSON string into a Python dictionary. json, parse, dictionary
Use cases:
- Process API responses
- Load configuration files
- Deserialize stored data
Properties
| Property | Type | Description | Default |
|---|---|---|---|
| json_string | str |
`` |
Outputs
| Output | Type | Description |
|---|---|---|
| output | Dict[str, any] |
Metadata
Related Nodes
Browse other nodes in the nodetool.dictionary namespace.