I have a list of json property files ( around 20 json property files)
Now, need is to find common properties across these json files.
I have used guava api json file comparison, it compares 2 json files.
Pls suggest any other efficient way to achieve this.