JsonPatch

case class JsonPatch[Json](ops: List[Operation[Json]])(implicit evidence$8: Jsony[Json])
Companion:
object
Source:
JsonPatch.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

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

Inherited methods

Inherited from:
Product