Add

diffson.jsonpatch.Add
case class Add[Json](path: Pointer, value: Json)(implicit evidence$1: Jsony[Json]) extends Operation[Json]

Add (or replace if existing) the pointed element

Attributes

Source
JsonPatch.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Operation[Json]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

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

Attributes

Inherited from:
Operation
Source
JsonPatch.scala

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product