From 6fd0e97aeabe28b86c53b62947ca39f28b2d908d Mon Sep 17 00:00:00 2001 From: mot <292764952+Mot699@users.noreply.github.com> Date: Fri, 12 Jun 2026 15:04:03 +0800 Subject: [PATCH] Add jsonic to Online tools In-browser JSON formatter/validator/converter (JSON to CSV/YAML/TypeScript), client-side, no signup. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e304c09..1277e14 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. +* [jsonic](https://jsonic.io) - Format, validate and convert JSON to CSV, YAML and TypeScript in the browser. Client-side, no signup. ## Schema Specifications * [JSON Schema](https://json-schema.org/) - a JSON based format for defining the structure of JSON data.