A function compare_json_data(source_data_a,source_data_b), accepting structures populated with data loaded from json.load() and comparing for equality.
$ python compare.py
Compare JSON result is: TrueJSON files a.json and b.json are loaded via load_json() function and structures passed into compare_json_data() for comparison.