From ffbb35640c4aa4273d6559ab575bd4f979a0d630 Mon Sep 17 00:00:00 2001 From: Coder Avi Verma Date: Tue, 16 Dec 2025 20:05:44 +0530 Subject: [PATCH] Add JSON Viewer Tool MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added JSON Viewer Tool – an online utility to view, format, validate, minify, and convert JSON data. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e304c09..ed515e4 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. +* [JSON Viewer Tool](https://jsonviewertool.com/) – Online tool to view, format, validate, minify, and convert JSON data in the browser. ## Schema Specifications * [JSON Schema](https://json-schema.org/) - a JSON based format for defining the structure of JSON data.