play.api.libs.json.EnvWrites
Default Serializer LocalDate -> JsString(ISO8601 format (yyyy-MM-dd))
Transforms the resulting JsValue using a Writes[JsValue].
Writes[JsValue]
Transforms the resulting JsValue using transformer function.
Convert the object into a JsValue
Default Serializer LocalDate -> JsString(ISO8601 format (yyyy-MM-dd))