JsonMergePatch

sealed trait JsonMergePatch[Json]
Companion
object
class Object
trait Matchable
class Any
class Value[Json]
class Object[Json]

Value members

Abstract methods

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

Applies this patch to the given Json valued and returns the patched value

Applies this patch to the given Json valued and returns the patched value

def toJson: Json