Code Generators
Turn a JSON sample into TypeScript interfaces, Zod schemas, Python dataclasses, Go structs, SQL tables or JSON Schema.
- JSON → TypeScript — Generate TypeScript interfaces or types from a JSON sample.
- JSON → Zod — Generate a Zod schema from a JSON sample.
- JSON → Python — Generate Python dataclasses from a JSON sample.
- JSON → Go — Generate Go structs with json tags from a JSON sample.
- JSON → SQL — Generate a CREATE TABLE statement from flat JSON rows.
- JSON → JSON Schema — Infer a JSON Schema from a sample document.