DEV Community

Discussion on: #30daysofelm Day 17: I decoded some JSON!

Collapse
 
kodefant profile image
Lars Lillo Ulvestad • Edited

Good work!

JSON decoding/encoding is one of the trickier parts of Elm. I rarely make it all the way without looking at the docs. But it becomes easier every time you do it.

It's one of those things that gives your app a rock solid foundation and prevents stupid runtime exceptions. It's part of what could make you considerably happier than the average JS/TS developer in the long run 😄