JSONPath Query
Supports dot notation and array index like `user.profile.name` and `items[0].id`.
About This Tool
The JSONPath Query tool extracts specific fields from JSON data using dot notation (e.g., store.book[0].title). It supports array indexing, nested object paths, and wildcards. Helpful for quickly locating data when debugging API responses or analyzing complex JSON structures.