Why convert JSON to Flow?
Many legacy React codebases still rely on Flow for static typing. Paste a sample JSON payload above and get ready-to-use Flow type definitions in milliseconds, without writing them by hand.
How it works
The converter parses your JSON locally and emits export type X = {...} declarations,
with a syntax close to TypeScript. Each nested object becomes its own exported type,
referenced from the parent.