I have a large set of JSON files, each with a different JSON structure. I somehow need to use python to compare the content in those JSON files and return if they are match or not.
JSON file A; JSON file B; Match
JSON file B; JSON file C; No Match
Suggestions needed on how to compare content of two json files using python.