aeson-serialize-0.0.0: Simple serialization functions for aeson types

Safe HaskellNone

Data.Aeson.Serialize

Synopsis

Documentation

putToJSON :: ToJSON a => Putter aSource

put function for all serialization of a json type

getFromJSON :: FromJSON a => Get aSource

get function for all deserialization of a json type