JSON Convert
.Work
Convert JSON to JSON Schema, TypeScript, and more.
Input JSON
{
"mail"
:
"info@example.com"
,
"colors"
: [
"red"
,
"green"
,
"blue"
],
"created"
:
"2022-08-08"
,
"sticky"
:
true
}
Work it out
Edit schema
Click on names and values to edit
{
colors
:
[
string
]
created
:
string
mail
:
string
sticky
:
boolean
...:
disallow
Add property
}
JSONSchema
TypeScript
SQL
Anonymized
HTML Form
Mail:
*
Created:
*
Sticky
*
Submit