json_path_query
Extract a value from a JSON object using a dot-notation path (e.g., 'user.address.city' or 'items[0].name').
Instructions
Extract a value from a JSON object using a dot-notation path (e.g., 'user.address.city' or 'items[0].name').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes | The JSON string to query | |
| path | Yes | Dot-notation path (e.g., 'user.name', 'data[0].id', 'config.db.host') |