ajax レスポンスから、以下のようなオブジェクトを取得しました --
"highlighting":{
"http://example.com/test1":{
"content":["sample content 1"],
"title":["sample title1"]},
"http://example.com/test2":{
"content":["sample content2"],
"title":["sample title1"]
}
}
}
「http://example.com/test*」を取得する方法を教えてください。「コンテンツ」、「タイトル」をループできますが、「http://example.com/test*」には名前が関連付けられていないためです。
ありがとう!