purescript-contrib/purescript-argonaut-codecs

Split instances out for Generic into a standalone library

garyb opened this issue · 2 comments

garyb commented

Since the situation with generics is still up in the air. We can create a generics-rep version too. It'll need newtypes or something, to prevent the instances being orphaned, however (or use of the gEncodeJson / gDecodeJson directly).

For anyone looking for the old generic gEncodeJson and gDecodeJson functions, it looks like they are in purescript-argonaut-generic now.

garyb commented

It now has a versioned release too, so closing this :)