All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.scalatra.atmosphere.JacksonSimpleWireformat.scala Maven / Gradle / Ivy

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