JSON을 스키마로

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; }

관련 도구