
org.scalatra.atmosphere.NativeSimpleWireFormat.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of scalatra-atmosphere_2.11 Show documentation
Show all versions of scalatra-atmosphere_2.11 Show documentation
Atmosphere integration for scalatra
package org.scalatra.atmosphere
import org.json4s._
class NativeSimpleWireFormat(implicit formats: Formats) extends SimpleJsonWireFormat with native.JsonMethods {
protected def renderJson(json: JsonAST.JValue): String = compact(render(json))
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy