JsonPatch

diffson.jsonpatch.JsonPatch
See theJsonPatch companion object
case class JsonPatch[Json](ops: List[Operation[Json]])(implicit evidence$8: Jsony[Json])

Attributes

Companion
object
Source
JsonPatch.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

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

Attributes

Source
JsonPatch.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product