Closed
Description
We have an instances of EncodeJson and DecodeJson for NonEmpty Array
but not for NonEmptyArray
. Is there a reason for that?
If not, I'd be happy to take a shot at implementing, with two minor points:
- The logical names for those instances (
encodeJsonNonEmptyArray
anddecodeJsonNonEmptyArray
) are already in use. I propose renaming the existing ones toencodeJsonNonEmpty_Array
anddecodeJsonNonEmpty_Array
. Would that break anything? - There was some discussion in Instances for NonEmpty Array and NonEmpty List #25 about implementing
encodeJsonNonEmptyFoldable
anddecodeJsonNonEmptyFoldable
. That doesn't seem to have happened. Was there a reason it was avoided or did it just fall off the radar?
Metadata
Metadata
Assignees
Labels
No labels