JsonPatchOp

sealed trait JsonPatchOp extends Serializable with Product

implementation of Json patch spec from rfc6902

Companion:
object
Source:
JsonPatchOp.scala
trait Product
trait Equals
class Object
trait Matchable
class Any
class Add
class Copy
class Move
class Remove
class Replace
class Test

Value members

Inherited methods

def canEqual(that: Any): Boolean
Inherited from:
Equals
Inherited from:
Product
def productElement(n: Int): Any
Inherited from:
Product
Inherited from:
Product
Inherited from:
Product
Inherited from:
Product