JsonMergePatch

diffson.jsonmergepatch.JsonMergePatch
See theJsonMergePatch companion object
sealed trait JsonMergePatch[Json]

Attributes

Companion:
object
Source:
JsonMergePatch.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Object[Json]
class Value[Json]

Members list

Concise view

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

Attributes

Source:
JsonMergePatch.scala
def toJson: Json

Attributes

Source:
JsonMergePatch.scala