play.api.libs.json
Json formatter: write an implicit to define both a serializer and a deserializer for any type.
Convert the JsValue into a A
Convert the object into a JsValue
the function applied on the result of the current instance, if successful
Transforms the resulting JsValue using a Writes[JsValue].
Writes[JsValue]
Transforms the resulting JsValue using transformer function.
Json formatter: write an implicit to define both a serializer and a deserializer for any type.