JsonMergePatch

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

Value members

Abstract methods

def apply[F[_]](original: Json)(implicit 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

Source:
JsonMergePatch.scala