What Is This Tool?
Generate Elm type aliases from your JSON data. Each JSON object becomes an Elm type alias with proper type annotations for Json.Decode and Json.Encode.
How to Use
- Paste your JSON data into the input editor.
- Click "Generate Elm" to create type aliases.
- Copy the Elm code into your project.