There are about a dozen JSON packages on Hackage for Haskell. How do I know which package I should use? How do I get a popular opinion?
Are there any statistics on which package is being used the most, downloaded the most, etc.?
feedback
|
|
According to this list, | |||
feedback
|
Choose by others' dependenciesIf you use one of the new Haskell web frameworks, you may consider using the same json library as the framework is using. From the reverse dependencies it seems that the pairing is:
And a lot of packages use Choose by featuresYou may also choose to use a package according to its features. Consider using
| ||||
feedback
|