From 3f2eee5c1c78a695b4d063569e31a9a87a6c0194 Mon Sep 17 00:00:00 2001 From: aaryanroy252943-boop Date: Thu, 13 Aug 2026 17:57:11 +0530 Subject: [PATCH] Add JSON Formatter & Validator to devtools list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0bf9988..73d2eca 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 +- [JSONFormatANDValidator](https://jsonformatting.org) - Format, validate, minify, and 26+ tools to explore JSON in a collapsible tree view. 100% client-side, nothing sent to a server with 10+ Articles to read. - [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.