From eae965006d9dfc061ad9ea71259b83eaee790608 Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 23 Mar 2026 08:14:58 +0000 Subject: [PATCH] Add jsonutils.org to Online tools MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds JSON Utils (jsonutils.org) to the Online tools section — a free, privacy-first collection of 50+ browser-based JSON tools. All processing is client-side with no registration required. Note: distinct from the existing jsonutils.com entry (C#/VB.Net class generator). Closes #161 https://claude.ai/code/session_01Pxtvfnxj3JPmc2djYKT5mW --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e304c09..a564af1 100644 --- a/README.md +++ b/README.md @@ -274,6 +274,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list. * [CSV to JSON](https://alef.website/tools/csv-to-json) - Easy, privacy-friendly and offline-first online csv to json converter * [json2csharp](https://json2csharp.com/) - Generate c# classes from a json string or url. * [JSON Utils](http://jsonutils.com/) - Site for generating C#, VB.Net, and Javascript classes from JSON. +* [JSON Utils](https://jsonutils.org/) - 50+ free, privacy-first online JSON tools including formatter, validator, converters, schema tools, and a jq playground. * [geojson.io](https://geojson.io/) - Simply edit GeoJSON map data. * [jq play](https://jqplay.org/) - A playground for jq. * [json2yaml](https://www.json2yaml.com/) - Convert JSON to YAML online.