make_all_str

data_base.isf_data_base.make_all_str(dict_)

Convert all items in a (nested) dictionary to string.

Used to write out metadata in JSON format.

Parameters:
dict : dict

The dictionary to convert.

Returns:

The converted dictionary.

Return type:

dict