Add

case class Add[Json](path: Pointer, value: Json)(`evidence$2`: Jsony[Json]) extends Operation[Json]

Add (or replace if existing) the pointed element

Add (or replace if existing) the pointed element

trait Serializable
trait Product
trait Equals
class Operation[Json]
class Object
trait Matchable
class Any

Value members

Inherited methods

def apply[F[_]](value: Json)(F: MonadError[F, Throwable]): F[Json]
Inherited from
Operation
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product