def make_diff(id): return JsonDiff("type", ["data", id], "old%s" % id, "new%s" % id)
def make_diff(id): return JsonDiff("type", "path/%s" % id, "old%s" % id, "new%s" % id)