Closed
Description
JsonDecodeError
is defined in two separate places:
purescript-codec-argonaut
, the original definitionpurescript-argonaut-codecs
, a port of the original one to this library
purescript-argonaut-codecs
defines parsJson
, but codec-argonaut
does not.
Can we define both the JsonDecodeError
type and parseJson
in this library so that the two other libraries can be used interchangeably?
Metadata
Metadata
Assignees
Labels
No labels