jsonyCirce

object jsonyCirce extends Jsony[Json]
trait Jsony[Json]
trait Show[Json]
trait Eq[Json]
class Object
trait Matchable
class Any

Value members

Concrete methods

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.

Source:
package.scala
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.

Inherited from:
Eq
Source:
Eq.scala