Skip to content

Add jsontosdk to Online tools#193

Open
west0nG wants to merge 1 commit into
burningtree:masterfrom
west0nG:add-jsontosdk
Open

Add jsontosdk to Online tools#193
west0nG wants to merge 1 commit into
burningtree:masterfrom
west0nG:add-jsontosdk

Conversation

@west0nG
Copy link
Copy Markdown

@west0nG west0nG commented May 14, 2026

Adds jsontosdk under the Online tools section, alongside
json2csharp and JSON Utils which generate language classes from
JSON for C#/VB.

  • Live tool: https://jsontosdk.vercel.app
  • What it does: paste a JSON sample → typed TypeScript interfaces +
    a matching Zod schema, in ~5 seconds. Types are LLM-named so
    nested objects get sensible identifiers (e.g. User / Post)
    instead of generic placeholders.
  • No signup, free for payloads ≤ 100 KB, 20 generations / hr / IP.

Same shape as the existing C# / VB / JavaScript class generators in
that section, just for TS + Zod.

Generates TypeScript interfaces + Zod schemas from a JSON sample,
with LLM-named types. Sits alongside json2csharp / JSON Utils
which do the same for C#/VB. Live, no signup.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant