Stefano S.

Results 10 issues of Stefano S.

The chat link/button on the README does not work.

Steps to reproduce the issue are below. Are we allowed to build (and decode) a JSON with duplicate fields? (for example: `{"a":1,"a":2}`) I would expect an error. ``` import io.circe._...