play.api.libs.json
Json serializer: write an implicit to define a serializer for any type
Convert the object into a JsValue
Transforms the resulting JsValue using a Writes[JsValue].
Writes[JsValue]
Transforms the resulting JsValue using transformer function.
Json serializer: write an implicit to define a serializer for any type