Type: nodetool.text.ExtractJSON
Namespace: nodetool.text
Description
Extracts data from JSON using JSONPath expressions. json, extract, jsonpath
Use cases:
- Retrieving specific fields from complex JSON structures
- Filtering and transforming JSON data for analysis
- Extracting nested data from API responses or configurations
Properties
| Property | Type | Description | Default |
|---|---|---|---|
| text | str |
`` | |
| json_path | str |
$.* |
|
| find_all | bool |
False |
Outputs
| Output | Type | Description |
|---|---|---|
| output | any |
Metadata
Related Nodes
Browse other nodes in the nodetool.text namespace.