Test

case class Test[Json](path: Pointer, value: Json)(implicit evidence$7: Jsony[Json]) extends Operation[Json]

Test that the pointed element is equal to the given value

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