回答編集履歴

1

2023/10/21 12:45

投稿

melian
melian

スコア21118

test CHANGED
@@ -5,7 +5,7 @@
5
5
  import json
6
6
  from jsondiff import diff
7
7
 
8
- with open("jsonファイルのパス".json", "r") as fp:
8
+ with open("jsonファイルのパス", "r") as fp:
9
9
  json_before = json.load(fp)
10
10
 
11
11
  with open("jsonファイルのパス", "r") as fp: