How do I write JSONPath expressions?
$ is the root. $.store.book accesses nested fields, [*] matches all array elements, and $..price recursively finds price fields.
DevTools JSONPath Query extracts nodes from JSON using JSONPath expressions such as $.key, [*], and $..key—all processed locally in your browser.
JSONPath is similar to XPath and helps extract fields from large JSON documents quickly. Expressions start with $ as the root.
$ is the root. $.store.book accesses nested fields, [*] matches all array elements, and $..price recursively finds price fields.
The current version supports common path syntax. Complex filter expressions may be enhanced in future releases.
Verify the path matches your JSON structure. Use the JSON Tree Viewer to inspect the hierarchy first.
No. Queries run locally in your browser.
Convert between common formats: CSV/JSON, YAML/JSON, TOML/JSON, Markdown/HTML, timestamps, image Base64, text encodings, and number bases.
Format and beautify SQL, HTML, XML, and YAML, plus a regex debugger—all run locally in the browser, free with no sign-up.
Upload a logo, preview browser and Google search results, configure iOS/Android icons, and generate a complete favicon package in one click.
Base64, JWT, SHA256, MD5, HMAC, Bcrypt, RSA keys, SSL certificates, and password strength—common encoding and security text utilities.