The Postgres
JSON type, which stores textual values that
represent JSON objects. The type parameter indicates the Haskell type
which the JSON encodes. This type must be a member of
FromJSON
and
ToJSON in order for deserialization and serialization to
work as expected.
The
defaultMigratableDbSettings function automatically
assigns the postgres
JSON type to fields with this type.