Base

trait Base
class Object
trait Matchable
class Any
object JsonScalaz

Implicits

Implicits

implicit
def bigintJSON: <none>[BigInt]
implicit
def boolJSON: <none>[Boolean]
implicit
def doubleJSON: <none>[Double]
implicit
def intJSON: <none>[Int]
implicit
def jvalueJSON: <none>[JValue]
implicit
def listJSONR[A : <none>]: <none>[List[A]]
implicit
def listJSONW[A : <none>]: <none>[List[A]]
implicit
def longJSON: <none>[Long]
implicit
def mapJSONR[A : <none>]: <none>[Map[String, A]]
implicit
def mapJSONW[A : <none>]: <none>[Map[String, A]]
implicit
def optionJSONR[A : <none>]: <none>[Option[A]]
implicit
def optionJSONW[A : <none>]: <none>[Option[A]]
implicit
def stringJSON: <none>[String]