aeson-yak alternatives and similar packages
Based on the "aeson" category.
Alternatively, view aeson-yak alternatives based on common mentions on social networks and blogs.
-
aeson-injector
Haskell library for injecting fields into aeson values -
aeson-casing
Tools to change the formatting of field names in Aeson instances. -
aeson-smart
Better template haskell generation of parseJSON and toJSON methods -
aeson-flowtyped
Moved to https://gitlab.com/transportengineering/aeson-flowtyped -
aeson-value-parser
An API for parsing "aeson" JSON tree into Haskell types -
aeson-applicative
define To/From JSON instances from one applicative definition -
aeson-generic-compat
Compatible generic class names of Aeson -
aeson-attoparsec
Embed an attoparsec parser into an aeson parser
Static code analysis for 29 languages.
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of aeson-yak or a related project?
README
aeson-yak
A Haskell helper library to help aeson parse and output JSON elements that may or may not be a list, or exist.
According to the standard promoted by Schema.org, the following are all legally the same object:
{ field: [data1, data2] }
{ field: data }
{ }
This library provides an intermediary data type and supporting functions to shave that stupid yak.