{"$schema":"https://toolsly.tools/schemas/tool-manifest-v1.json","generated":"2026-06-04T13:52:41.013Z","discovery":{"catalog":"https://myaitools.net/tools.json","llmsTxt":"https://myaitools.net/llms.txt","sitemap":"https://myaitools.net/sitemap.xml"},"relatedTools":[{"slug":"regex-tester","name":"Regex Tester","url":"https://myaitools.net/regex-tester"},{"slug":"json-formatter","name":"JSON Formatter","url":"https://myaitools.net/json-formatter"},{"slug":"json-patch-generator","name":"JSON Patch Generator","url":"https://myaitools.net/json-patch-generator"},{"slug":"json-patch-apply","name":"JSON Patch Apply","url":"https://myaitools.net/json-patch-apply"},{"slug":"json-schema-generator","name":"JSON Schema Generator","url":"https://myaitools.net/json-schema-generator"},{"slug":"json-flatten","name":"JSON Flatten","url":"https://myaitools.net/json-flatten"},{"slug":"json-sort-keys","name":"JSON Sort Keys","url":"https://myaitools.net/json-sort-keys"},{"slug":"json-to-go-struct","name":"JSON to Go Struct","url":"https://myaitools.net/json-to-go-struct"}],"kind":"utility","slug":"json-path-finder","name":"JSONPath Finder","description":"Query a JSON document with a JSONPath expression — supports $, ., [n], [*], ..key and [?(@.field op value)] filters.","longDescription":"Paste any JSON and run a JSONPath query against it. The supported subset covers the common cases: `$` for the root, `.key` and `[\"key\"]` for child access, `[index]` (negative allowed) and `[*]` for array elements, `..key` for recursive descent, and filter expressions like `[?(@.price < 10)]` with ==, !=, <, >, <=, >=. Matches are returned as a JSON array. Useful for exploring large API responses or extracting data points without writing code. Runs entirely in your browser — free, online, no upload.","category":"text","categoryName":"Text & Encoding","keywords":["jsonpath","jsonpath tester","jsonpath finder","json query","json path online","json path free","json xpath","query json","extract from json","json filter expression","jsonpath evaluator","jsonpath playground"],"badge":"Query","url":"https://myaitools.net/json-path-finder","inputs":[{"type":"text","key":"json","label":"JSON","placeholder":"{\"store\": {\"book\": [{\"title\": \"A\", \"price\": 5}, {\"title\": \"B\", \"price\": 12}]}}","multiline":true,"monospace":true},{"type":"text","key":"path","label":"JSONPath","placeholder":"$.store.book[?(@.price < 10)].title","monospace":true}],"outputs":[{"key":"matches","label":"Matches","multiline":true},{"key":"matchCount","label":"Match count"}],"invocation":{"webUi":"https://myaitools.net/json-path-finder","api":null,"notes":"Currently invoked via the web UI at `webUi`. Inputs are form fields; outputs are structured text values. A remote MCP/REST API is planned."}}