Encode and decode URLs and query strings, with interactive query parameter parsing.
Converts special characters in URLs to percent-encoded format (`encodeURIComponent`) and decodes encoded strings back to human-readable URLs. Also parses URL query parameters into an editable key-value table.
Encode URL with spaces and ampersands.
Encode and decode Base64 strings safely with full UTF-8 and multi-byte character support.
Format, validate, beautify, and inspect JSON with clear syntax error diagnostics.
Generate cryptographically secure Version 4 UUIDs / GUIDs in bulk with custom formatting.