json_json_get
Extract a value from JSON using a dot-notation path. Supports array indexing and wildcards for list elements. Returns the result as a JSON string.
Instructions
[json] Extract a value from JSON using dot-notation path. Examples: 'user.name', 'items[0].price', 'users[*].email' (wildcard → list). Returns the value as a JSON string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |