Move

case class Move[Json](from: Pointer, path: Pointer)(implicit evidence$5: Jsony[Json]) extends Operation[Json]

Move the pointed element to the new position

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

Value members

Concrete methods

override def apply[F[_]](original: Json)(implicit F: MonadError[F, Throwable]): F[Json]
Definition Classes
Source:
JsonPatch.scala

Inherited methods

Inherited from:
Product