Object

case class Object[Json](fields: Map[String, Json])(Json: Jsony[Json]) extends JsonMergePatch[Json]
trait Serializable
trait Product
trait Equals
trait JsonMergePatch[Json]
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[F[_]](json: Json)(F: MonadError[F, Throwable]): F[Json]
def toJson: Json

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product