bonyuta0204 / ghtools

github tools written in haskell
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

JSONのパース #2

Open bonyuta0204 opened 2 years ago

bonyuta0204 commented 2 years ago

方針

aesonというライブラリを利用する https://hackage.haskell.org/package/aeson-2.0.2.0/docs/Data-Aeson.html

bonyuta0204 commented 2 years ago

パースをしてもNothingになる

eitherDecodeを用いることで、パースの失敗原因を確認することが可能