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