spray / spray-json

A lightweight, clean and simple JSON implementation in Scala
Apache License 2.0
973 stars 190 forks source link

Move implicits to correct companion object #309

Closed jrudolph closed 4 years ago

jrudolph commented 5 years ago

To keep it compatible we just remove the implicit marker for now and provide implicit forwarders in traits that are mixed into JsonFormat.

Later we should deprecate usage (and especially inheritance) of BasicFormats etc. and recommend to use the methods in JsonFormat directly.

Refs #308.