I have two data sources, and both of them return JSONs.
I want to ensure that there is some percentage of match (overlap of data, if you will) in the two JSONs, so as to collate them and store in a single record.
Is comparing the entropy of the two strings the best way? Are there any other solutions? I use Java, and could also use scala for the same.