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

as.json.scala Maven / Gradle / Ivy

There is a newer version: 1.2.0
Show newest version
package dispatch.as.lift

import net.liftweb.json.{ JsonParser, JValue }
import org.asynchttpclient.Response

object Json extends (Response => JValue) {
  def apply(r: Response) =
    (dispatch.as.String andThen JsonParser.parse)(r)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy