6 ms·
Right now, there exist multiple tools for dealing with JSON: - json-to-elm http://json2elm.com http://json2elm.com - swagger-elm https://github.com/ahultgren/s
by enalicho 9y ago
Right now, there exist multiple tools for dealing with JSON:
- json-to-elm http://json2elm.com http://json2elm.com
- swagger-elm https://github.com/ahultgren/swagger-elm/ https://github.com/ahultgren/swagger-elm/
- elm-graphql https://github.com/jahewson/elm-graphql https://github.com/jahewson/elm-graphql, https://github.com/jamesmacaulay/elm-graphql https://github.com/jamesmacaulay/elm-graphql
- elm-export https://hackage.haskell.org/package/elm-export https://hackage.haskell.org/package/elm-export
It's worth noting that JSON decoding is not _hard_ as such, but it's harder than other parts of the language. It is more time consuming. Tools like these can help reduce the amount of time you spend hand writing decoders.