From 98546a094b89f4ea6465b546835e2a9ba15af842 Mon Sep 17 00:00:00 2001 From: "TextUtil.com" Date: Fri, 28 Aug 2026 19:00:13 +0000 Subject: [PATCH] Add TextUtil JSON Formatter to resources list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b8352e3..8a99f5c 100644 --- a/README.md +++ b/README.md @@ -300,6 +300,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list. * [FracturedJson](https://j-brooke.github.io/FracturedJson/) - Formatter that produces human-readable but fairly compact output. * [Softwium](https://softwium.com/fake-api/) - Fake and dummy REST API for testing. * [JSONing](https://jsoning.com/) - A toolset including a formatter, comparer, JSONPath tester, patch generator, and data generator. +* [TextUtil JSON Formatter](https://www.textutil.com/utilities/formatting/json-formatter) - Format, validate, minify, and convert in your browser; fully client-side, nothing uploaded. ## Schema Specifications * [JSON Model](https://github.com/clairey-zx81/json-model) - A lightweight featureful DSL for data modeling.