ITO
Input (JSON)
Import
1
{
"hello"
:
"world"
}
Enter to Rename, Shift+Enter to Preview
Generated types
Transform (TypeScript)
1
2
3
function
transform(input:
Input
) {
return
input
}
Enter to Rename, Shift+Enter to Preview
Output (JSON)
1
2
3
{
"hello"
:
"world"
}
Enter to Rename, Shift+Enter to Preview