Dark mode and Light mode
How to change mode
- Click on the Light Switch
- It will change the mode from dark to light or light to dark
- It will remember user selection


This site uses JMESPath to search JSON documents. JMESPath uses expressions to query json documents. More can be found here in the official website JMESPath

JSONPath is a query language for JSON, inspired by XPath for XML. It provides a standardized way to traverse, filter, and extract data from JSON documents.
For a deep dive into syntax and expressions, visit the official reference: JSONPath - Stefan Goessner.
$.store.book[*].author) in the query bar.We can compare two JSON side by side. This tool will generate a summary of all the differences found and also will heighlight the lines in the editor.
Following image shows one sample differences generated.

We can see a tree view of the JSON Document in read only mode and expand collapse nodes.
Following image shows one sample differences generated.

Make your JSON documents readable with the Formatter or compact them for production use with the Minifier.
Easily switch between JSON and YAML formats, which is particularly useful for configuration files like Kubernetes manifests or OpenAPI specs.
Convert flat or nested JSON arrays into CSV format for use in spreadsheets like Excel or Google Sheets.
Inspect JSON Web Tokens (JWT) safely. This tool decodes the token locally in your browser; your sensitive data is never sent to our servers.