jdiff
jdiff copied to clipboard
adding checks to values to assure that the value is iterable
If the value is a a bool, the function extract_data_from_json will attempt to iterate through the nested values, this works for any iterable data type, but not for Bool, integers, or floats for example.