You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to compare two jsons and if they are equal. if there is a difference , I just want to display the difference. With the JsonDiff class I can only get the difference in the current string.
below is the output i can see
op: replace; path: "/businessServiceabilityResponse/0/serviceabilityDetail/0/serviceabilitySource"; value: "ELOC"]
Note : the current file has value as ELOC and actualfile has the value ELOC1. I would like to have have both the differences in place. Can I achieve this
Language - Java 8
The text was updated successfully, but these errors were encountered:
I want to compare two jsons and if they are equal. if there is a difference , I just want to display the difference. With the JsonDiff class I can only get the difference in the current string.
please find below my code
below is the output i can see
op: replace; path: "/businessServiceabilityResponse/0/serviceabilityDetail/0/serviceabilitySource"; value: "ELOC"]
Note : the current file has value as ELOC and actualfile has the value ELOC1. I would like to have have both the differences in place. Can I achieve this
Language - Java 8
The text was updated successfully, but these errors were encountered: