You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you very much for this. It got me started on a Elm project that I was putting off. https://github.com/kgashok/elm-simple-json-decoding - if you have the time, please provide feedback on my rather noobie effort at Elm.
Suggestions for two more use-cases for this repo:
How to do multi-stage JSON gets
How to do sequential JSON gets - where the result of the first JSON query provides data for the one following. For e.g. gitter allows to query a gitter room based on the name, and using the retrieved ID for the room, we can get a list of the members in the room.
The text was updated successfully, but these errors were encountered:
Thank you very much for this. It got me started on a Elm project that I was putting off. https://github.com/kgashok/elm-simple-json-decoding - if you have the time, please provide feedback on my rather noobie effort at Elm.
Suggestions for two more use-cases for this repo:
The text was updated successfully, but these errors were encountered: