jsonyZio

diffson.zjson.`package`.jsonyZio
object jsonyZio extends Jsony[Json]

Attributes

Graph
Supertypes
trait Jsony[Json]
trait Show[Json]
trait ContravariantShow[Json]
trait Eq[Json]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
jsonyZio.type

Members list

Value members

Concrete methods

def Null: Json
def array(json: Json): Option[Vector[Json]]
def eqv(json1: Json, json2: Json): Boolean

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

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

Attributes

def fields(json: Json): Option[Map[String, Json]]
def makeArray(values: Vector[Json]): Json
def makeObject(fields: Map[String, Json]): Json
def show(json: Json): String

Inherited methods

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

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

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

Attributes

Inherited from:
Eq