25. (參考下列程式碼)若以 Python 讀取某一 JSON 格式檔案,並賦值於 變數 jt,則變數 jt 為下列何種 Python 資料結構? (A) 串列(list) (B) 字典(dict) (C) 值組(tuple) (D) 集合(set)