How to I get the Haskell data value from the request body in Snap framework -
i new snap , haskell web development, want parse request body haskell data value .
i have tried example https://github.com/raimohanska/snap-skeleton/blob/master/src/examples/restful.hs . seems work , wondering if there standard way in snap world .
thanks carsten . found out aeson library .
https://hackage.haskell.org/package/aeson-0.6.1.0/docs/data-aeson.html
Comments
Post a Comment