Pythonスクリプトにおいて、JSON形式の文字列をPythonの辞書(Dictionary)オブジェクトに変換する関数はどれか。

json.loads()(load string)はJSON形式の文字列を読み込んでPythonオブジェクトに変換する。