JSON

trait JSON[A] extends JSONR[A] with JSONW[A]
trait JSONW[A]
trait JSONR[A]
class Object
trait Matchable
class Any

Value members

Inherited methods

def read(json: JValue): Result[A]
Inherited from
JSONR
def write(value: A): JValue
Inherited from
JSONW