large-records-0.1.0.0: Efficient compilation for large records, linear in the size of the record
Safe HaskellNone
LanguageHaskell2010

Data.Record.Generic.JSON

Description

Generic conversion to/from JSON

Documentation

gtoJSON :: forall a. (Generic a, Constraints a ToJSON) => a -> Value Source #