epogrebnyak / haskell-intro

Seven classes on Haskell and a follow-up reading list
http://tinyurl.com/haskell-intro
53 stars 6 forks source link

two aeson tutorials, old amd new #17

Open epogrebnyak opened 4 years ago

epogrebnyak commented 4 years ago

https://artyom.me/aeson - older and bigger

https://williamyaoh.com/posts/2019-10-19-a-cheatsheet-to-json-handling.html - newer, more compact, has a link to monadic tutorial

epogrebnyak commented 4 years ago

Most of articles leave out the case - what if you not know the JSON structure beforehand.