JsonMergeDiff

diffson.jsonmergepatch.JsonMergeDiff
class JsonMergeDiff[Json](implicit Json: Jsony[Json]) extends Diff[Json, JsonMergePatch[Json]]

Attributes

Source
JsonMergeDiff.scala
Graph
Supertypes
trait Diff[Json, JsonMergePatch[Json]]
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def diff(json1: Json, json2: Json): JsonMergePatch[Json]

Computes the patch from json1 to json2.

Computes the patch from json1 to json2.

Attributes

Source
JsonMergeDiff.scala