Type: lib.json.ParseDict

Namespace: lib.json

Description

Parse a JSON string into a Python dictionary. json, parse, decode, dictionary

Use cases:
- Convert JSON API responses to Python dictionaries
- Process JSON configuration files
- Parse object-like JSON data

Properties

Property Type Description Default
json_string str JSON string to parse into a dictionary ``

Outputs

Output Type Description
output Dict[Any, Any]  

Metadata

Browse other nodes in the lib.json namespace.