playJsonJsony

object playJsonJsony extends Jsony[JsValue]
trait Jsony[JsValue]
trait Show[JsValue]
trait ContravariantShow[JsValue]
trait Eq[JsValue]
class Object
trait Matchable
class Any

Value members

Concrete methods

def array(value: JsValue): Option[Vector[JsValue]]
def eqv(json1: JsValue, json2: JsValue): Boolean

Returns true if x and y are equivalent, false otherwise.

Returns true if x and y are equivalent, false otherwise.

Source:
package.scala
def fields(value: JsValue): Option[Map[String, JsValue]]
def makeArray(elems: Vector[JsValue]): JsValue
def makeObject(fields: Map[String, JsValue]): JsValue
def show(json: JsValue): String

Inherited methods

def neqv(x: JsValue, y: JsValue): Boolean

Returns false if x and y are equivalent, true otherwise.

Returns false if x and y are equivalent, true otherwise.

Inherited from:
Eq
Source:
Eq.scala

Concrete fields

val Null: JsValue