From 1b3a31c66389ea42f495022dc1d2d2e4fe08c082 Mon Sep 17 00:00:00 2001 From: west0nG Date: Thu, 14 May 2026 07:49:09 +0000 Subject: [PATCH] Add jsontosdk to compiler section MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit LLM-named TS interfaces + Zod schemas from a JSON sample. Live tool, no signup, free for ≤100 KB payloads. Fills the niche between quicktype (poor names) and ChatGPT (no persistent URL, no Zod). --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 107c59c..9ad0626 100644 --- a/README.md +++ b/README.md @@ -359,6 +359,7 @@ - [AssemblyScript - assemblyscript](https://github.com/AssemblyScript/assemblyscript) - [bcherny - json-schema-to-typescript](https://github.com/bcherny/json-schema-to-typescript) - [YousefED - typescript-json-schema](https://github.com/YousefED/typescript-json-schema) +- [SolvoHQ - jsontosdk](https://github.com/SolvoHQ/jsontosdk) - Paste a JSON sample, get a typed TypeScript interface + Zod schema with LLM-named types. No signup. Live demo at [jsontosdk.vercel.app](https://jsontosdk.vercel.app). #### linter