Generate a Zod schema and TypeScript type from a JSON object. For example, {"name":"Alice","age":30} generates z.object({ name: z.string(), age: z.number() }) .
0 chars; 0 lines
marduc812
2026