We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dc778b2 + 7182ccf commit ca9185dCopy full SHA for ca9185d
src/Data/Argonaut/Decode.purs
@@ -4,4 +4,4 @@ module Data.Argonaut.Decode
4
) where
5
6
import Data.Argonaut.Decode.Class (class DecodeJson, decodeJson)
7
-import Data.Argonaut.Decode.Combinators (getField, (.?))
+import Data.Argonaut.Decode.Combinators (getField, (.?), getFieldOptional, (.??))
0 commit comments