Module

Data.Argonaut.Decode.Struct.Utils

Package
purescript-tolerant-argonaut
Repository
matthew-hilty/purescript-tolerant-argonaut

#elaborateFailure Source

#getMissingFieldErrorMessage Source

#notObjectErrorMessage Source

#reportJson Source

reportJson :: forall f a. Bottom2 f String => (Object Json -> f a) -> Json -> f a

#reportObject Source

reportObject :: forall r l f. Bottom2 f String => GDecodeJson r l => RowToList r l => Top1_ f => Object Json -> f (Record r)