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.
2 parents db36c30 + ebb8fb1 commit 9058d2aCopy full SHA for 9058d2a
src/Data/Aeson/Decoding.hs
@@ -59,7 +59,7 @@ throwDecodeStrict bs = unResult (toResultValue (bsToTokens bs)) (throwM . AesonE
59
-- Decoding: lazy bytestring
60
-------------------------------------------------------------------------------
61
62
--- | Efficiently deserialize a JSON value from a strict 'B.ByteString'.
+-- | Efficiently deserialize a JSON value from a lazy 'L.ByteString'.
63
-- If this fails due to incomplete or invalid input, 'Nothing' is
64
-- returned.
65
decode :: (A.FromJSON a) => L.ByteString -> Maybe a
0 commit comments