-3

How Can i compare 2 random json strings and return the difference between them in java.

I want to see the difference even when the order of the json object is different.

  • 2
    possible duplicate: https://stackoverflow.com/questions/32323256/how-do-i-get-differences-between-two-json-objects-using-gson – Planck Constant Apr 06 '18 at 12:13

1 Answers1

0

I think you could use the Guava library to compute the difference between them Maps

nitnamby
  • 404
  • 2
  • 8