Remove

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

Remove the pointed element

Source:
JsonPatch.scala
trait Product
trait Equals
class Operation[Json]
class Object
trait Matchable
class Any

Value members

Inherited methods

def apply[F[_]](value: Json)(implicit F: MonadError[F, Throwable]): F[Json]
Inherited from:
Operation
Source:
JsonPatch.scala
Inherited from:
Product