Web Utilities

JSON to TypeScript

Generate TypeScript interfaces or Zod schemas from JSON data.

Features
  • Automatically infers types from JSON values
  • Generates nested interfaces for objects
  • Handles arrays with union types when mixed
  • Supports both interface and type alias syntax
  • Can generate Zod schemas for runtime validation