bilby.core.utils.io.recursively_decode_bilby_json

bilby.core.utils.io.recursively_decode_bilby_json(dct)[source]

Recursively call bilby_decode_json

Parameters:
dct: dict

The dictionary to decode

Returns:
dct: dict

The original dictionary with all the elements decode if possible