play-json-derived-codecs icon indicating copy to clipboard operation
play-json-derived-codecs copied to clipboard

Support manually defined coproducts

Open julienrf opened this issue 9 years ago • 0 comments
trafficstars

case class Dog(…)

case class Cat(…)

and then:

derived.oformat[Dog :+: Cat :+: CNil]

julienrf avatar May 20 '16 13:05 julienrf