Skip to content

Commit 688808a

Browse files
authored
Update README.md
1 parent 37fee8f commit 688808a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55

66
Bi-directional codecs for [argonaut](https://github.com/purescript-contrib/purescript-argonaut-core).
77

8+
This library is build on `purescript-codec` and offers a different approach to dealing with JSON encoding/decoding than `purescript-argonaut-codecs`. Instead of using type classes, codecs are constructed as values explicitly. As long as the basic codec values provided by this library are used, the codecs are guaranteed to roundtrip succesfully.
9+
10+
For more information on the motivation behind this library, I [wrote a bit about my problems with typeclass codecs](http://code.slipthrough.net/2018/03/13/thoughts-on-typeclass-codecs/) previously.
11+
812
## Installation
913

1014
```

0 commit comments

Comments
 (0)