Module

Data.Argonaut.Decode.Struct.Cross.Utils

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

#decodeJsonWith Source

decodeJsonWith :: forall r3 r2 r0 l2 l0 f. Bind f => Bottom2 f String => DecodeJsonWith Builder f Record l0 r0 l2 r2 r3 (Record r2) => GDecodeJson r2 l2 => RowToList r0 l0 => RowToList r2 l2 => Top1_ f => Record r0 -> Json -> f (Record r3)