From 260f8d318cd543eaea6b51692a5870734981567e Mon Sep 17 00:00:00 2001 From: carlos suarez Date: Mon, 11 May 2026 13:39:36 -0500 Subject: [PATCH] Add Acento JSON Formatter under Online tools --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e304c09..c612bbb 100644 --- a/README.md +++ b/README.md @@ -285,6 +285,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list. * [JSON Schema Validate API](https://assertible.com/json-schema-validation) - A simple and free JSON Schema Validation API. * [JSONPerf](https://jsonperf.com) - A Visual, Unbiased and Up-to-Date JSON Performance Benchmark. * [FracturedJson](https://j-brooke.github.io/FracturedJson/) - Formatter that produces human-readable but fairly compact output. +* [Acento JSON Formatter](https://www.acento.io/en/json-formatter/) - Format, validate, and minify JSON. 100% client-side, no upload. ## Schema Specifications * [JSON Schema](https://json-schema.org/) - a JSON based format for defining the structure of JSON data.