So if I have a JSON file with n number of objects in it, each of them having n number of properties, and two of the objects having one property in common, is there a way to, in an external JavaScript file, check to see which two objects in the JSON file have a property in common. To take it a step further, is there a way to then see if there are more properties in common between these two? I did research and found nothing on this exact topic, only a post about checking to see if a given object has a given property in it.
Thanks a lot if you can help!