[Haskell-cafe] JSON library suggestions?

Jeff Shaw shawjef3 at msu.edu
Tue Apr 24 22:46:21 CEST 2012


Hello,
Up until now I've been using Aeson, but I've found that its number type 
isn't going to work for me. I need to use decimal numbers while avoiding 
conversions from and to Double, which Aeson doesn't allow. There are 
quite a few more JSON libraries for Haskell, which all appear to use 
Rational for numbers, so I'm wondering if anyone can recommend one.

Thanks,
Jeff



More information about the Haskell-Cafe mailing list