Generate JSON encoders and decoders from Elm types
Builds JSON decoders and encoders for your Elm types
Command line tool to auto-generate custom types for Elm with accompanying JSON encoders/decoders from a file of enum definitions
Generate Elm types and JSON encoders and decoders from Haskell types
Generates Elm types, JSON decoders, JSON encoders, and Fuzz tests from JSON schema specifications
Generate JSON encoders and decoders from a JSON sample
Would you like to use Elm for real-world projects?
📢 My book
Practical Elm
skips the basics and gets straight into the nuts-and-bolts of building non-trivial apps.
🛠 Things like building out the UI, communicating with servers, parsing JSON, structuring the application as it grows, testing, and so on.