def apply()

in bijection-json/src/main/scala/com/twitter/bijection/json/JsonInjection.scala [122:126]


      def apply(e: Either[L, R]) =
        e match {
          case Left(l)  => toJsonNode(l)
          case Right(r) => toJsonNode(r)
        }