We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61b889a commit 027c567Copy full SHA for 027c567
Data/Aeson.hs
@@ -87,7 +87,22 @@ module Data.Aeson
87
, genericLiftToEncoding
88
, genericParseJSON
89
, genericLiftParseJSON
90
+ -- ** Generic and TH encoding configuration
91
+ , Options
92
, defaultOptions
93
+ -- *** Options fields
94
+ -- $optionsFields
95
+ , fieldLabelModifier
96
+ , constructorTagModifier
97
+ , allNullaryToStringTag
98
+ , omitNothingFields
99
+ , sumEncoding
100
+ , unwrapUnaryRecords
101
+ , tagSingleConstructors
102
+ -- *** Options utilities
103
+ , SumEncoding(..)
104
+ , camelTo2
105
+ , defaultTaggedObject
106
107
-- * Inspecting @'Value's@
108
, withObject
0 commit comments