JSON Tools
JSON Utilities for Developers
The JSON Tools page provides a set of utilities to transform and query JSON data: sort keys alphabetically, flatten deeply nested objects, escape or unescape JSON strings, run JSONPath expressions, and encode or decode Base64 values.
Available Tools
- Sort Keys: Sort JSON object keys alphabetically for consistent output
- Flatten: Flatten deeply nested JSON into a single-level object
- Escape / Unescape: Escape special characters in JSON strings
- JSONPath: Query JSON using JSONPath expressions ($.store.book[*].author)
- Base64: Encode or decode Base64 strings inline
- jq: Run jq queries on JSON data using WebAssembly