From 8c386bad71c1952d2bb25a497532cf3d7e6877b0 Mon Sep 17 00:00:00 2001 From: Ryan Caldwell Date: Tue, 14 Apr 2026 22:07:30 +0300 Subject: [PATCH] Add Anytools JSON Formatter to Online tools --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e304c09..bdc9255 100644 --- a/README.md +++ b/README.md @@ -262,6 +262,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list. * [JSON Lint](https://github.com/Seldaek/jsonlint) - PHP linter. (PHP) ## Online tools +* [Anytools JSON Formatter](https://anytools.io/dev/json-formatter) - Format, validate, and explore JSON with syntax highlighting and collapsible tree view. Client-side processing, no data sent to servers. * [JSONLint](https://jsonlint.com/) - The JSON Validator. * [JSONCompare](https://jsoncompare.com/) - The Advanced Version of the JSON Linter. * [JSONMate](https://www.jsonmate.com/) - JSON editor, inspector and beautifier.