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

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

There is a newer version: 2.7.1
Show newest version
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