TqKg      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdef(c) 2015 Bryan O'SullivanApache%Bryan O'Sullivan <bos@serpentine.com> experimentalportableNoneN g,Run an attoparsec parser as an aeson parser.hParse a date of the form  YYYY-MM-DD.i4Parse a two-digit integer (e.g. day of month, hour).jParse a time of the form HH:MM:SS[.SSS].kGParse a count of seconds, with the integer part being two digits long.lParse a time zone, and return mF if the offset from UTC is zero. (This makes some speedups possible.)n#Parse a date and time, of the form YYYY-MM-DD HH:MM:SS$. The space may be replaced with a TD. The number of seconds may be followed by a fractional component.o Behaves as p5, but converts any time zone offset into a UTC time.p5Parse a date with time zone info. Acceptable formats: YYYY-MM-DD HH:MM:SS Z!The first space may instead be a T*, and the second space is optional. The Z represents UTC. The Z6 may be replaced with a time zone offset of the form +0000 or -08:00-, where the first two digits are hours, the :D is optional and the second two digits (also optional) are minutes. qrsghijklnoptghjlnop qrsghijklnoptNoneMake a u$. Accepts the same strings as aeson u parser accepts. ;t :: UTCTime t = $(mkUTCTime "2014-05-12 00:02:03.456000Z")Since: 0.2.3.0(C) 2015 Oleg GrenrusBSD3"Oleg Grenrus <oleg.grenrus@iki.fi>None+Exception thrown by & - family of functions in this module.Like original  but in arbitrary v.=Parse a top-level JSON value, i.e. also strings, numbers etc.Like original  but in arbitrary v. Like original  but in arbitrary v. Like original   but in arbitrary v. 7Retrieve the value associated with the given key of an w. The result is m if the key is not present, or x7 if the value cannot be converted to the desired type.This accessor is most useful if the key and value can be absent from an object without affecting its validity. If the key and value are mandatory, use y instead.5This operator is consistent in 'aeson >=0.8 && <0.11' Like  D, but the resulting parser will fail, if the key is present but is z. { =|}~ywz   { (C) 2015 Oleg GrenrusBSD3"Oleg Grenrus <oleg.grenrus@iki.fi>None(+-./3579>NA type to parse Since: aeson-extra-0.2.2.0A type to parse u instance accepts for example: 82015-09-07T08:16:40.807Z 2015-09-07 11:16:40.807 +03:00 Latter format is accepted by aeson staring from version 0.10.0.0.See ihttps://github.com/bos/aeson/blob/4667ef1029a373cf4510f7deca147c357c6d8947/Data/Aeson/Parser/Time.hs#L150Since: aeson-extra-0.2.2.0NCollapsed list, singleton is represented as the value itself in JSON encoding.  > decode "null" :: Maybe (CollapsedList [Int] Int) Just (CollapsedList [])  > decode "42" :: Maybe (CollapsedList [Int] Int) Just (CollapsedList [42])  > decode "[1, 2, 3]" :: Maybe (CollapsedList [Int] Int) Just (CollapsedList [1,2,3])  > encode (CollapsedList ([] :: [Int])) "null"  > encode (CollapsedList ([42] :: [Int])) "42"  > encode (CollapsedList ([1, 2, 3] :: [Int])) "[1,2,3]"Documentation rely on f  instance behaving like lists'.Singleton value object T > decode "{\"value\": 42 }" :: Maybe (SingObject "value" Int) Just (SingObject 42) E > encode (SingObject 42 :: SingObject "value" Int) "{\"value\":42}"Available with: base >=4.7/Singleton string encoded and decoded as ifself. 2> encode (SymTag :: SymTag "foobar") "\"foobar\"" :decode "\"foobar\"" :: Maybe (SymTag "foobar") Just SymTag 6decode "\"foobar\"" :: Maybe (SymTag "barfoo") NothingAvailable with: base >=4.7#&A wrapper type to parse arbitrary maps m > decode "{\"1\": 1, \"2\": 2}" :: Maybe (M (H.HashMap Int Int)) Just (M {getMap = fromList [(1,1),(2,2)]})&Like , but produces strict .Since: 0.2.3.0+>Parses possibly collapsed array value from the object's field. g > newtype V = V [Int] deriving (Show)  > instance FromJSON V where parseJSON = withObject "V" $ \obj -> V <$> parseCollapsedList obj "value"  > decode "{}" :: Maybe V Just (V [])  > decode "{\"value\": null}" :: Maybe V Just (V [])  > decode "{\"value\": 42}" :: Maybe V Just (V [42])  > decode "{\"value\": [1, 2, 3, 4]}" :: Maybe V Just (V [1,2,3,4])7 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEZ|}~ywz  !"#$%&'()*+&#$%!"' ()*+* !"#$%&'()*+,-./0123456789:;<=>?@ABCDE      !"#$$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrsstuvwxyz{ |}~ |      | | | | | | | | | | |} | | | | | | |vmnaeson_1rrn1rgUDaT12X1M1rNHSsData.Aeson.Compat Data.Time.THData.Aeson.ExtraData.Aeson.Extra.Time Data.Aesondecodedecode' decodeStrict decodeStrict'aeson_FUyoG4ObZI23cjdo37Rt2UeitherDecodeStrict' eitherDecode'eitherDecodeStrict eitherDecode mkUTCTimeAesonException.:?.:!$fExceptionAesonException$fShowAesonExceptionZgetZUgetU CollapsedList SingObjectSymTag ToJSONMap toJSONMap ToJSONKey toJSONKey FromJSONMap parseJSONMap FromJSONKey parseJSONKeyMgetMap encodeStrictparseIntegralJSONKey mkSingObject getSingObjectgetCollapsedListparseCollapsedList $fFromJSONZ $fToJSONZ $fFromJSONU $fToJSONU$fToJSONCollapsedList$fFromJSONCollapsedList$fToJSONSingObject$fFromJSONSingObject$fToJSONSymTag$fFromJSONSymTag $fToJSONM$fToJSONMapMapkv$fToJSONMapHashMapkv$fToJSONKeyInteger$fToJSONKeyInt $fToJSONKey[]$fToJSONKeyText$fToJSONKeyText0 $fFromJSONM$fFromJSONMapMapkv$fFromJSONMapHashMapkv$fFromJSONKeyInteger$fFromJSONKeyInt$fFromJSONKey[]$fFromJSONKeyText$fFromJSONKeyText0$fEqM$fOrdM$fShowM$fReadM $fFunctorM $fFoldableM$fTraversableM $fEqSymTag $fOrdSymTag $fShowSymTag $fReadSymTag $fEnumSymTag$fBoundedSymTag$fEqSingObject$fOrdSingObject$fShowSingObject$fReadSingObject$fFunctorSingObject$fFoldableSingObject$fTraversableSingObject$fEqCollapsedList$fOrdCollapsedList$fShowCollapsedList$fReadCollapsedList$fFunctorCollapsedList$fFoldableCollapsedList$fTraversableCollapsedList$fEqU$fOrdU$fShowU$fReadU$fShowZ$fReadZrunday twoDigits timeOfDaysecondstimeZonebaseGHC.BaseNothing localTimeutcTime zonedTimeTtoPicoutctime_AXTdBF9VRQoBOqJT6qtmVHData.Time.Clock.UTCUTCTimeexcep_8GsEeHgaIks3pVGk6GaELJControl.Monad.Catch MonadThrowData.Aeson.Types.InternalObjecttext_1l1AN4I48k37RaQ6fm6CEhData.Text.InternalemptyData.Aeson.Types.Instances.:NulleitherAesonExcData.Aeson.Parser.Internaljson'json.!=fromJSONwithBoolwithScientific withNumber withArraywithText withObjectData.Aeson.Encode.FunctionspairsfoldableencodeData.Aeson.Types.ClassgenericParseJSONgenericToEncoding genericToJSON gToEncodinggToJSONGToJSON gParseJSON GFromJSON toEncodingtoJSONToJSON parseJSONFromJSON.=KeyValuedefaultOptionsobjectSuccessErrorResultArrayBoolNumberStringValue fromEncodingEncodingSeriesfromDotNetTime DotNetTimeData.Time.LocalTime.LocalTime ZonedTime Alternativebytes_6elQVSg5cWdFrvRnfxTUrHData.ByteString.Internal ByteString