json_to_dict

despasito.input_output.read_input.json_to_dict

json_to_dict(filename)[source]

Extract contents of JSON formatted file as a dictionary

Parameters:

filename (str) – File name and path leading to file (in JSON format) location

Returns:

dictionary – Dictionary resulting from file

Return type:

dict