What Is This Tool?
Generate Haskell data type definitions with Generic and Aeson deriving from your JSON data. Each JSON object becomes a Haskell data type with proper field types.
How to Use
- Paste your JSON data into the input editor.
- Click "Generate Haskell" to create type definitions.
- Copy the Haskell code into your project.