From eacd727081428d8880e83867dd3973b84b30d137 Mon Sep 17 00:00:00 2001 From: kbmjj123 Date: Fri, 28 Aug 2026 10:14:47 +0800 Subject: [PATCH] Add JsonToolBox to JSON tools list JsonToolBox is a free, open-source, privacy-first collection of JSON tools that run entirely in the browser (no server-side processing). Features: JSON formatter, validator, editor, viewer, minifier, comparator, and various converters. Website: https://jsontoolbox.cc/ GitHub: https://github.com/kbmjj123/jsontoolbox.cc License: MIT --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b8352e3..d25339a 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. +* [JsonToolBox](https://jsontoolbox.cc/) - Free, privacy-first JSON tools (format, validate, minify, compare, convert) that run entirely in your browser. Open source. ## Schema Specifications * [JSON Model](https://github.com/clairey-zx81/json-model) - A lightweight featureful DSL for data modeling.