jdiff icon indicating copy to clipboard operation
jdiff copied to clipboard

adding checks to values to assure that the value is iterable

Open huacchob opened this issue 2 months ago • 0 comments

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.

huacchob avatar Nov 11 '25 17:11 huacchob