in app/com/gu/memsub/promo/Formatters.scala [106:110]
override def writes(s: SectionColour): JsValue = s match {
case Blue => JsString("blue")
case Grey => JsString("grey")
case White => JsString("white")
}