JSON & DataFeatured
Clean and encode JSON
Format JSON, sort every object key, then encode the result as Base64.
jsonbase64configuration
View recipe Start with a curated recipe, inspect every transformation, then customize and save it in your workspace. Everything runs locally in your browser.
Format JSON, sort every object key, then encode the result as Base64.
Decode a JWT payload and format its claims as readable JSON.
Convert a YAML document to readable JSON and sort its object keys.
URL-decode a value and immediately format the resulting JSON.
Trim text, remove repeated lines, and sort the remainder.
Decode Base64 text and format the result as JSON.
Trim text, lowercase it, then safely URL-encode it.
Sort JSON object keys and convert the document to YAML.