aeson-diff-generic-0.0.3: Apply a json-patch to any haskell datatype.

Safe HaskellNone
LanguageHaskell98

Data.Aeson.Diff.Generic.TH

Description

This module contains functions to automatically derive JsonPatch instances.

Synopsis

Documentation

deriveJsonPatch :: Options -> Name -> DecsQ Source #

Derive a JsonPatch instance, using the given aeson Options. This should work with a ToJSON and FromJSON instance that uses the same options.