質問編集履歴

1

エラー内容追加

2022/05/17 03:24

投稿

fideo
fideo

スコア55

test CHANGED
File without changes
test CHANGED
@@ -110,7 +110,13 @@
110
110
  print(key)
111
111
 
112
112
  ```
113
-
113
+ エラー内容
114
+ ```
115
+ Traceback (most recent call last):
116
+ File "c:\Users\test\Documents\test_json.py", line 14, in <module>
117
+ for key in json_load["records"]["*"]["messageId"]:
118
+ TypeError: list indices must be integers or slices, not str
119
+ ```
114
120
 
115
121
  お手数ですが、よろしくお願い致します。
116
122