JSON

org.json4s.scalaz.Types.JSON
trait JSON[A] extends JSONR[A], JSONW[A]

Attributes

Source
JsonScalaz.scala
Graph
Supertypes
trait JSONW[A]
trait JSONR[A]
class Object
trait Matchable
class Any

Members list

Value members

Inherited methods

def read(json: JValue): Result[A]

Attributes

Inherited from:
JSONR
Source
JsonScalaz.scala
def write(value: A): JValue

Attributes

Inherited from:
JSONW
Source
JsonScalaz.scala