JSON en schéma

Convert JSON into TypeScript types, JSON Schema, Zod or Python. Free online, works in your browser.

interface Profile { age: number; } interface Root { id: number; name: string; tags: string[]; profile: Profile; }

Outils associés