Usage:
import com.lightform.mercury.json.ninny._
- Any time a
Reader[JsValue, A]
orWriter[JsValue, A]
is needed as an implicit parameter, just ensure you have aFromJson[A]
orToJson[A]
in implicit scope.toJsonReader
andfromJsonWriter
imported fromNinnySupport
will do the conversions for you.