Type: lib.json.ParseList
Namespace: lib.json
Description
Parse a JSON string into a Python list. json, parse, decode, array, list
Use cases:
- Convert JSON array responses to Python lists
- Process JSON data collections
- Parse array-like JSON data
Properties
| Property | Type | Description | Default |
|---|---|---|---|
| json_string | str |
JSON string to parse into a list | `` |
Outputs
| Output | Type | Description |
|---|---|---|
| output | List[Any] |
Metadata
Related Nodes
Browse other nodes in the lib.json namespace.