{"$schema":"https://toolsly.tools/schemas/tool-manifest-v1.json","generated":"2026-05-20T20:47:38.286Z","discovery":{"catalog":"https://toolsly.tools/tools.json","llmsTxt":"https://toolsly.tools/llms.txt","sitemap":"https://toolsly.tools/sitemap.xml"},"relatedTools":[{"slug":"qr-code-reader","name":"QR Code Reader","url":"https://toolsly.tools/qr-code-reader"},{"slug":"qr-code-generator","name":"QR Code Generator","url":"https://toolsly.tools/qr-code-generator"},{"slug":"file-to-hex","name":"File to Hex Dump","url":"https://toolsly.tools/file-to-hex"},{"slug":"hex-to-file","name":"Hex to Binary File","url":"https://toolsly.tools/hex-to-file"},{"slug":"wifi-qr-code-generator","name":"Wi-Fi QR Code Generator","url":"https://toolsly.tools/wifi-qr-code-generator"},{"slug":"vcard-qr-code-generator","name":"vCard QR Code Generator","url":"https://toolsly.tools/vcard-qr-code-generator"},{"slug":"barcode-generator","name":"Barcode Generator","url":"https://toolsly.tools/barcode-generator"},{"slug":"base64-encode","name":"Base64 Encode","url":"https://toolsly.tools/base64-encode"}],"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://toolsly.tools/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://toolsly.tools/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."}}