flipstone / json-fleece

Extensible JSON Schemas for Haskell
MIT License
2 stars 1 forks source link

Adds EncoderDecoder type #19

Closed AugmenTab closed 1 year ago

AugmenTab commented 1 year ago

This adds a new EncoderDecoder type allows a single schema to act as both an Encoder and a Decoder.

Also in this commit: we are exporting the constructors for both Encoder and Decoder.