Choosing JSON deserialisation module
JSON deserialisation has been decoupled from the core modules. There are now a couple of options to choose from:
#
circeTo use circe implementation add the following module to your dependencies:
Then import appropriate set of implicit instances:
#
jsoniter-scalaTo use jsoniter-scala implementation add the following module to your dependencies:
Then import appropriate set of implicit instances: