質問編集履歴
1
Json部分の括弧のつけ忘れ
title
CHANGED
File without changes
|
body
CHANGED
@@ -10,6 +10,7 @@
|
|
10
10
|
|
11
11
|
**API response**
|
12
12
|
```Json
|
13
|
+
{
|
13
14
|
"id": 1,
|
14
15
|
"name": "誕生日",
|
15
16
|
"created_at": "2018-08-09 10:00:58",
|
@@ -71,6 +72,7 @@
|
|
71
72
|
]
|
72
73
|
}
|
73
74
|
]
|
75
|
+
}
|
74
76
|
```
|
75
77
|
|
76
78
|
**JsonString**
|