Compare more than 2 json file for common properties - Java

22 views Asked by At

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.

0

There are 0 answers