@hackage aeson-smart0.1.0.0

Smart derivation of Aeson instances

aeson-smart generates ToJSON instances that ignore fields with Nothing values and FromJSON instances that ignore extra fields and fill in missing fields with their defaults, should they have a Default instance. Constructors without parameters have strings of their constructor name as JSON representations.