Remove

case class Remove[Json](path: Pointer, old: Option[Json])(`evidence$3`: Jsony[Json]) extends Operation[Json]

Remove the pointed element

Remove 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