play-json-derived-codecs
play-json-derived-codecs copied to clipboard
Support manually defined coproducts
trafficstars
case class Dog(…)
case class Cat(…)
and then:
derived.oformat[Dog :+: Cat :+: CNil]