JsonDecodeError
is defined in two separate places:
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?