Skip to content

Commit 6fd9a07

Browse files
committed
disclaimer about JSON in GenCodec docs
1 parent 90b742f commit 6fd9a07

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/GenCodec.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# [`GenCodec`](http://avsystem.github.io/scala-commons/api/com/avsystem/commons/serialization/GenCodec.html)
22

33
AVSystem commons library contains a typesafe, typeclass-based serialization framework, similar to other Scala
4-
serialization libraries like [Circe](https://circe.github.io/circe/) or [uPickle](https://github.com/lihaoyi/upickle). `GenCodec` is not a JSON library.
4+
serialization libraries like [Circe](https://circe.github.io/circe/) or [uPickle](https://github.com/lihaoyi/upickle).
5+
However, `GenCodec` is **not** a JSON library even though it has support for JSON serialization.
56

67
**[API reference](http://avsystem.github.io/scala-commons/api/com/avsystem/commons/serialization/index.html)**
78

0 commit comments

Comments
 (0)