json_json_get
Extract specific values from JSON data using dot-notation paths like 'user.name' or 'items[0].price'. Returns the extracted value as a JSON string for processing in AI applications.
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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| path | Yes |