質問編集履歴

1

データの中身(result:キー)はJSONであるのに記述ミスでダブルクオートで囲まれていなかったためダブルクオートを付与しました。

2020/06/03 10:32

投稿

moimoi_sushi
moimoi_sushi

スコア26

test CHANGED
File without changes
test CHANGED
@@ -34,7 +34,7 @@
34
34
 
35
35
  type: "backgroundMsg",
36
36
 
37
- results: [
37
+ results: "[
38
38
 
39
39
  {"title":"javascript - How to parse JSON string in Typescript - Stack ...","url":"https://stackoverflow.com/questions/38688822/how-to-parse-json-string-in-typescript","snippet":"Typescript is (a superset of) javascript, so you just use J..."},
40
40
 
@@ -50,7 +50,7 @@
50
50
 
51
51
  (以下27行)
52
52
 
53
- ],
53
+ ]",
54
54
 
55
55
  waitFlag: true,
56
56