Diff

org.json4s.Diff
See theDiff companion object
case class Diff(changed: JValue, added: JValue, deleted: JValue)

A difference between two JSONs (j1 diff j2).

Value parameters

added

what has been added to j2

changed

what has changed from j1 to j2

deleted

what has been deleted from j1

Attributes

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

Members list

Value members

Concrete methods

def map(f: JValue => JValue): Diff

Attributes

Source
Diff.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product