rapidtide.io.readdictfromjson

rapidtide.io.readdictfromjson(inputfilename)[source]

Read key value pairs out of a json file

Parameters:

inputfilename (str) – The name of the json file (with extension)

Returns:

thedict – The key value pairs from the json file

Return type:

dict