Re-introduce circe support. https://github.com/scala-jsonapi/scala-jsonapi supports it but only for scala 2.11. This fork supports scala 2.12 too but the unit tests for circe pass for scala 2.11 but fail for scala 2.12. https://github.com/kontainers/scala-jsonapi/pull/3 demonstrates the issue.
Re-introduce circe support.
https://github.com/scala-jsonapi/scala-jsonapi supports it but only for scala 2.11.
This fork supports scala 2.12 too but the unit tests for circe pass for scala 2.11 but fail for scala 2.12.
#3 demonstrates the issue.