From 0eb442b77603cbc29a00d5b2fb7ff0a91bc4e90d Mon Sep 17 00:00:00 2001 From: Davron Yuldashev Date: Sat, 28 Mar 2026 09:03:04 +0000 Subject: [PATCH] Add DevTools JSON Formatter to Online tools --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e304c09..039410e 100644 --- a/README.md +++ b/README.md @@ -280,6 +280,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list. * [JSON Selector Generator](http://jsonselector.com/) - A simple GUI for generating the selectors to access. * [JSON.fr](https://www.json.fr/) - Fully client-side validator and formatter. * [ObjGen](https://www.objgen.com/json) - Online live JSON generator. +* [DevTools JSON Formatter](https://devtools.davrapps.dev/en/json-formatter) - Free browser-based JSON formatter, validator, and beautifier with tree view. No data sent to servers. * [JSONPlaceholder](https://jsonplaceholder.typicode.com/) - Fake Online REST API for Testing and Prototyping. * [Extends Class](https://extendsclass.com/json-diff.html) - Diff tool to compare two files. * [JSON Schema Validate API](https://assertible.com/json-schema-validation) - A simple and free JSON Schema Validation API.