Escape special characters for JSON strings or unescape them back. Handles quotes, newlines, tabs, and backslashes.
Use escape when you need to embed a string inside JSON or when building JSON manually. Special characters like quotes and newlines must be escaped.
JSON Formatter
Format and beautify JSON data with proper indentation. Validate JSON syntax and make it readable.
JSON Minify
Minify and compress JSON data by removing whitespace. Reduce file size for faster loading.
Base64 Encoder/Decoder
Encode text to Base64 or decode Base64 to text. Support for UTF-8 and binary data.
URL Encoder/Decoder
Encode special characters for URLs or decode URL-encoded strings. Essential for web development.