JSON zu Schema
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;
}
Convert JSON into TypeScript types, JSON Schema, Zod or Python. Free online, works in your browser.