質問編集履歴

4

修正

2019/02/12 07:09

投稿

pepper0
pepper0

スコア20

test CHANGED
File without changes
test CHANGED
@@ -128,4 +128,4 @@
128
128
 
129
129
  ### 修正
130
130
 
131
- JSONデータを修正しました。
131
+ JSONデータを消去しました。

3

修正

2019/02/12 07:09

投稿

pepper0
pepper0

スコア20

test CHANGED
File without changes
test CHANGED
@@ -9,24 +9,6 @@
9
9
  どなたかご教授お願いいたします。
10
10
 
11
11
  ATSはinfo.plistから無効にしています。
12
-
13
-
14
-
15
- ```JSON
16
-
17
- {
18
-
19
- "path" : [""],
20
-
21
- "type" :[""],
22
-
23
- "question" : ["ご質問の言語は何でしょうか?"],
24
-
25
- "choices" : ["Java","JSP","HTML","C"]
26
-
27
- }
28
-
29
- ```
30
12
 
31
13
 
32
14
 

2

誤字

2019/02/12 07:05

投稿

pepper0
pepper0

スコア20

test CHANGED
File without changes
test CHANGED
@@ -1,4 +1,4 @@
1
- ### ヘディングのテキストURLSessionでJSON形式のデータを受信しようとしたのですが,
1
+ URLSessionでJSON形式のデータを受信しようとしたのですが,
2
2
 
3
3
  The data couldn’t be read because it isn’t in the correct format.
4
4
 

1

コードの修正

2019/02/12 07:01

投稿

pepper0
pepper0

スコア20

test CHANGED
File without changes
test CHANGED
@@ -1,4 +1,4 @@
1
- URLSessionでJSON形式のデータを受信しようとしたのですが,
1
+ ### ヘディングのテキストURLSessionでJSON形式のデータを受信しようとしたのですが,
2
2
 
3
3
  The data couldn’t be read because it isn’t in the correct format.
4
4
 
@@ -16,11 +16,11 @@
16
16
 
17
17
  {
18
18
 
19
- "path" : [""]
19
+ "path" : [""],
20
20
 
21
- "type" :[""]
21
+ "type" :[""],
22
22
 
23
- "question" : ["ご質問の言語は何でしょうか?"]
23
+ "question" : ["ご質問の言語は何でしょうか?"],
24
24
 
25
25
  "choices" : ["Java","JSP","HTML","C"]
26
26
 
@@ -141,3 +141,9 @@
141
141
  }
142
142
 
143
143
  ```
144
+
145
+
146
+
147
+ ### 修正
148
+
149
+ JSONデータを修正しました。