質問編集履歴
1
jsonを修正致しました。
test
CHANGED
File without changes
|
test
CHANGED
@@ -14,15 +14,25 @@
|
|
14
14
|
|
15
15
|
{
|
16
16
|
|
17
|
-
[
|
18
|
-
|
19
|
-
|
17
|
+
"A店":[
|
20
18
|
|
21
19
|
{
|
22
20
|
|
23
21
|
"position":"部長",
|
24
22
|
|
25
|
-
"name":"山田
|
23
|
+
"name":"山田太郎",
|
24
|
+
|
25
|
+
"img_url":"../img/shop/thm_takahashi_yoki.jpg"
|
26
|
+
|
27
|
+
},
|
28
|
+
|
29
|
+
{
|
30
|
+
|
31
|
+
"position":"店長",
|
32
|
+
|
33
|
+
"name":"山田次郎",
|
34
|
+
|
35
|
+
"img_url":"../img/shop/thm_sasanuma.jpg"
|
26
36
|
|
27
37
|
},
|
28
38
|
|
@@ -30,49 +40,35 @@
|
|
30
40
|
|
31
41
|
"position":"店長代理",
|
32
42
|
|
33
|
-
"name":"山田
|
43
|
+
"name":"山田三郎",
|
44
|
+
|
45
|
+
"img_url":"../img/shop/thm_fujita.jpg"
|
46
|
+
|
47
|
+
},
|
48
|
+
|
49
|
+
"B店":[
|
50
|
+
|
51
|
+
{
|
52
|
+
|
53
|
+
"position":"部長",
|
54
|
+
|
55
|
+
"name":"小川太郎",
|
56
|
+
|
57
|
+
"img_url":"../img/shop/thm_takahashi_yoki.jpg"
|
34
58
|
|
35
59
|
},
|
36
60
|
|
37
61
|
{
|
38
62
|
|
39
|
-
"position":"
|
63
|
+
"position":"課長",
|
40
64
|
|
41
|
-
"name":"
|
65
|
+
"name":"小川次郎",
|
42
66
|
|
43
|
-
},
|
44
|
-
|
45
|
-
{
|
46
|
-
|
47
|
-
"position":"主任",
|
48
|
-
|
49
|
-
"
|
67
|
+
"img_url":"../img/shop/thm_sasanuma.jpg"
|
50
68
|
|
51
69
|
}
|
52
70
|
|
53
|
-
],
|
54
|
-
|
55
|
-
"B店":[
|
56
|
-
|
57
|
-
{
|
58
|
-
|
59
|
-
"position":"部長",
|
60
|
-
|
61
|
-
"name":"磯野カツオ"
|
62
|
-
|
63
|
-
},
|
64
|
-
|
65
|
-
{
|
66
|
-
|
67
|
-
"position":"主任",
|
68
|
-
|
69
|
-
"name":"磯野タラ"
|
70
|
-
|
71
71
|
}
|
72
|
-
|
73
|
-
]
|
74
|
-
|
75
|
-
}
|
76
72
|
|
77
73
|
```
|
78
74
|
|