From 21d66193f793a2b417acc69506777788fea558f1 Mon Sep 17 00:00:00 2001 From: Mahan Khalili Date: Sat, 30 Aug 2025 14:42:05 +0330 Subject: [PATCH] Add Text Forge web-modekit --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e304c09..d4e6571 100644 --- a/README.md +++ b/README.md @@ -349,6 +349,9 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list. **Neovim** * [nvim-jqx](https://github.com/gennaro-tedesco/nvim-jqx) - Browse and query json files in neovim from the quickfix window. (Lua) +**Text Forge** +* [web-modekit](https://github.com/text-forge/web-modekit) - Official support for JSON spacially for web developement. + ## Transformations * [json-sharp](https://github.com/globocom/json-sharp) - Javascript tool to process operations on pure JSON objects. (Javascript) * [json2json](https://github.com/joelvh/json2json) - Transform (reformat) structures from one to another. (Javascript)