Remove

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

Remove the pointed element

Attributes

Source
JsonPatch.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Operation[Json]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def apply[F[_]](value: Json)(implicit F: MonadError[F, Throwable]): F[Json]

Attributes

Inherited from:
Operation
Source
JsonPatch.scala
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product