JsonMergeDiff

class JsonMergeDiff[Json](implicit Json: Jsony[Json]) extends Diff[Json, JsonMergePatch[Json]]
trait Diff[Json, JsonMergePatch[Json]]
class Object
trait Matchable
class Any

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.

Source:
JsonMergeDiff.scala