I am using jsonpatch in my application to compare the json files and thereby generate comparison report of the same.
In the jsonpatch there one code present to create the matrix in lenth() method in com.topologi.diffx.algorithm.DiffXFitopsy.java.
It has nested for loop because of which my application is taking very long time and sometimes gets stuck badly.
Can you plz help me out I am badly stuck and need to resolve this issue ASAP