From 20d6400ac2cb638167dfe724898ff44787ef60ab Mon Sep 17 00:00:00 2001 From: Jurij Tokarski Date: Fri, 17 Apr 2026 11:30:02 +0200 Subject: [PATCH] Add Varstatt JSON Formatter to Online tools --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e304c09..63e6383 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. +* [Varstatt JSON Formatter](https://varstatt.com/toolkit/json) - Free browser-based JSON formatter, validator and prettifier with syntax highlighting. ## Schema Specifications * [JSON Schema](https://json-schema.org/) - a JSON based format for defining the structure of JSON data.