JSON -> FlowType

Paste valid json or url to json and get a flow type object

StarFork me on GitHub
{ "name":"John", "age":31, "city":"New York" } or https://happy.kitten.furr


Convert from JSON above to Flow types below

Flow
{
  name: string,
  age: number,
  city: string,
}