6789101112
import foodev.jsondiff.jsonwrap.gson.GsonWrapper; public class GsonDiff extends JsonDiff { public GsonDiff() { super(new GsonWrapper()); }