elm-json
elm-json copied to clipboard
A library for convenient and composable translation between JSON and Elm types
This does not appear to be in the package catalog, how to install it
After doing `elm-get install lambdatoast/elm-json 0.3.4` an `elm --make --only-json Main.elm` fails when compiling `Json.Decoder`. The specific output is as follows: ``` $ elm --make --only-js Main.elm [1 of 12]...
I needed to export these functions to get the code working with the latest stable Elm compiler. Would appreciate if you could merge it upstream. Thanks for making a great...