Module
Erl.Data.Jsone.Decode.Combinators
- Package
- erl-jsone
- Repository
- purerl/purescript-erl-jsone
#(.?) Source
Operator alias for Erl.Data.Jsone.Decode.Combinators.getField (non-associative / precedence 7)
#getFieldOptional Source
getFieldOptional :: forall a. DecodeJson a => JObject -> String -> Either String (Maybe a)