You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've also been working on reviving/finalising my purescript-json library a bit recently (which is intended to finally be an official core library for JSON), so I'll probably take a look at errors again as part of a codec-json library I'm making for it. codec-json may end up much the same as codec-argonaut, but there's a few things I'm experimenting with to try and simplify or improve aspects of it.
JsonDecodeError
is defined in two separate places:purescript-codec-argonaut
, the original definitionpurescript-argonaut-codecs
, a port of the original one to this librarypurescript-argonaut-codecs
definesparsJson
, butcodec-argonaut
does not.Can we define both the
JsonDecodeError
type andparseJson
in this library so that the two other libraries can be used interchangeably?The text was updated successfully, but these errors were encountered: