From d6b21e716bae9bf8e6952a40729a44063d86aa84 Mon Sep 17 00:00:00 2001 From: Bibek Bhagat <69238126+bibek1123@users.noreply.github.com> Date: Thu, 23 Apr 2026 18:01:13 +0530 Subject: [PATCH] Add BestOfTool to Online Tools Adding BestOfTool, a privacy-first suite of JSON utilities that runs entirely in the browser. It includes converters for TypeScript, Zod, CSV, and more without ever sending data to a server. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e304c09..89958bc 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. +* [BestOfTool](https://bestoftool.com) - 100% client-side suite of JSON converters and utilities (JSON to TypeScript, Zod, CSV, etc.). * [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.