JSON Formatter (lazesoftware.com)
Formats JSON text into a readable form (Pretty Print / Beautify). Supports JSON5, Minify, configurable indentation (2 spaces, 4 spaces, or tab), and files up to 5MB. All processing runs locally without server transmission.
JSON Formatter (web-toolbox.dev)
Free tool for formatting, minifying, and validating JSON text. Supports custom indentation and syntax error detection, useful for checking API responses and config files.
JSON Formatter (www.oh-benri-tools.com)
An online tool for formatting JSON data. Supports drag-and-drop file input and displays results in real time with line numbers and syntax highlighting. All processing is done in the browser.
JSON ⇔ YAML Converter (lazesoftware.com)
Converts between JSON and YAML formats. Supports files up to 5MB, configurable indentation (2 spaces, 4 spaces, or tab), Minify, clipboard copy, and download. All processing runs locally without server transmission.
JavaScript Validator (www.piliapp.com)
An online JavaScript syntax validator. Paste your JavaScript code and instantly check for syntax errors and issues before deployment.
JavaScript Minifier (jsmin.onl.jp)
A web tool to minify and compress JavaScript code in the browser. Removes whitespace and comments to reduce file size and improve website loading speed.
Image Base64 Encode (web-toolbox.dev)
Free tool for encoding image files to Base64 format. The encoded result can be used directly in HTML img tags or CSS background-image.
Image Base64 Decode (web-toolbox.dev)
Free tool for decoding Base64-encoded image data and displaying or downloading it as an image. All processing is done in the browser, so data is never sent externally.
Image Base64 Converter (toolpods.io)
Convert images to Base64-encoded data URLs and vice versa. Useful for embedding images directly in CSS or HTML.
htpasswd Generator (toolpods.io)
Generate password hashes for .htpasswd files used in HTTP Basic Authentication.
HTML Tag Character Replacement Tool (tool.muzin.org)
A tool to convert HTML special characters (<, >, &) and their entity references (<, >, &) bidirectionally. Useful for escaping/unescaping HTML tags to enable or disable them.
HTML Table Generator (boost-tool.com)
A free online tool to generate HTML table code through a GUI interface. Intuitively add or remove rows and columns, edit cells, and copy the generated HTML code directly.