
org.scalatra.atmosphere.JacksonSimpleWireformat.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.9.3 Show documentation
Show all versions of scalatra-atmosphere_2.9.3 Show documentation
Atmosphere integration for scalatra
The newest version!
package org.scalatra.atmosphere
import org.json4s._
class JacksonSimpleWireformat extends SimpleJsonWireFormat with jackson.JsonMethods {
protected def renderJson(json: JsonAST.JValue): String = compact(render(json))
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy