Replace

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

Replace the pointed element by the given value

Attributes

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

Members list

Concise view

Value members

Inherited methods

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

Attributes

Inherited from:
Operation
Source:
JsonPatch.scala

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product