hpqtypes-1.4.2: Haskell bindings to libpqtypes

Safe HaskellNone
LanguageHaskell98

Database.PostgreSQL.PQTypes.JSON

Synopsis

Documentation

newtype JSON json Source

Wrapper for (de)serializing underlying type as json.

Constructors

JSON 

Fields

unJSON :: json
 

newtype JSONB jsonb Source

Wrapper for (de)serializing underlying type as jsonb.

Constructors

JSONB 

Fields

unJSONB :: jsonb