From 7b1abed99e549eff6b91ef7bb05d23ff83c754d7 Mon Sep 17 00:00:00 2001 From: Nguyen Minh Chau Date: Wed, 5 Aug 2026 19:00:54 +0700 Subject: [PATCH] Add anytools JSON and XML formatters --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0bf9988..848f255 100644 --- a/README.md +++ b/README.md @@ -123,6 +123,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [fixmyjs](http://goatslacker.github.io/fixmyjs.com/) - Automatically fix your JS, driven by JSHint. - [JavaScript Deobfuscator](https://deobfuscate.io) - A simple but powerful deobfuscator to remove common JavaScript obfuscation techniques. - [JSON ABC](https://novicelab.org/jsonabc/) - Sorts JSON alphabetically +- [JSON Formatter & Validator](https://anytools.world/en/formatters/json-formatter) - Format, minify, sort, and validate JSON. JSON5 mode accepts comments and trailing commas. Runs entirely in the browser. - [JSONFormatOnline](https://jsonformatonline.com) - Format, validate and convert JSON locally in the browser, no data sent to servers. - [Markdown to HTML](https://markdowntohtml.com) - Paste or type your markdown and see it rendered as HTML. Download or copy the resulting HTML. - [Markdown Tools](https://markdowntools.com) - Tools to convert Markdown to/from a number of formats. E.g. Html to Markdown, or a CSV to a Markdown table. @@ -132,6 +133,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [TypeScriptToLua](https://typescripttolua.github.io) - TypeScript to Lua - [Web2Img](https://etherdream.com/web2img) - A tool to bundle your web files into a single image, and extract them via Service Worker at runtime. - [WebAssembly Explorer](https://mbebenita.github.io/WasmExplorer/) - translate C/C++ to WebAssembly, and then see the machine code generated by the browser. +- [XML Formatter / Validator](https://anytools.world/en/formatters/xml-formatter) - Format, minify, and validate XML. Preserves attributes, namespaces, and CDATA. Runs entirely in the browser. ## Resources