releso.util.reward_helpers.spor_com_additional_information
- releso.util.reward_helpers.spor_com_additional_information(j_str: str) Dict[str, Any]
Converts the given string (should hold a json string) into a dictionary.
This function is currently only used for the spor_com_parse_arguments function.
- Parameters:
j_str (str) – string holding a json definition
- Returns:
Dict created from the json definition
- Return type:
Dict[str, Any]