eskimor / servant-purescript

Translate servant API to purescript code, with the help of purescript-bridge.
BSD 3-Clause "New" or "Revised" License
105 stars 44 forks source link

Encoding/Decoding is not really customizable #6

Open eskimor opened 8 years ago

eskimor commented 8 years ago

The settings fields encodeJson/decodeJson are currently ignored and default implementations are being used.

Reason: https://github.com/purescript/purescript/issues/1957

For us the default encoding is fine, so if users want this fixed - a PR would be greatly appreciated!