BSD-3-Clause licensed and maintained by Oleg Grenrus
This version can be pinned in stack with:aeson-extra-0.2.3.0@sha256:bb41b2e6c386698b33d2d8d67571542392afd8984821897a4fbf318f3bb2e844,2874

Module documentation for 0.2.3.0

aeson-extra

Build Status Hackage

The package motivation is twofold:

  • provide compatibility layer for aeson
  • provide extra combinators

Changes

0.2.3.0 (2015-12-08)

  • Data.Time.TH module with mkUTCTime
  • encodeStrict in Data.Aeson.Extra

0.2.2.0 (2015-11-10)

  • U and Z to parse UTCTime and ZonedTime compatibly
  • Orphans FromJSON for Day and LocalTime

0.2.1.0 (2015-10-05) GHC 7.6 Support

  • No SymTag or SingObject support

0.2.0.0 (2015-09-29) No ListLike

  • Make CollapsedList use typeclasses in base

0.1.0.0 (2015-09-29) Initial release