From b7c36bf13d270867a8894335f0479d87a763f9d2 Mon Sep 17 00:00:00 2001 From: mot <292764952+Mot699@users.noreply.github.com> Date: Fri, 12 Jun 2026 15:08:30 +0800 Subject: [PATCH] Add jsonic to Editors 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 4fe829ca..3263237e 100644 --- a/README.md +++ b/README.md @@ -397,6 +397,7 @@ There're also some great commercial libraries, like [amchart](https://www.amchar * [editor](https://github.com/lepture/editor) - A markdown editor. still on development. * [EpicEditor](https://github.com/OscarGodson/EpicEditor) - An embeddable JavaScript Markdown editor with split fullscreen editing, live previewing, automatic draft saving, offline support, and more. * [jsoneditor](https://github.com/josdejong/jsoneditor) - A web-based tool to view, edit and format JSON. +* [jsonic](https://jsonic.io) - In-browser tool to format, validate and convert JSON (to CSV, YAML and TypeScript). Client-side, no signup. * [vim.js](https://github.com/coolwanglu/vim.js) - JavaScript port of Vim with a persistent `~/.vimrc`. * [Squire](https://github.com/neilj/Squire) - HTML5 rich text editor. * [TinyMCE](https://github.com/tinymce/tinymce) - The JavaScript Rich Text editor.