I have db.js file witch cotain 2 type of javascrip objec : question , answer
var questions = [
{ id: 1, src: "images/findbugQ/P1.jpg", dif: 1, type: "findbugs", description: "" },
{ id: 2, src: "images/findbugQ/P2.jpg", dif: 1, type: "findbugs", description: "" }]
var answer= [
{ id: 1, questionId: 1, width: "12%", height: "6%", top: "7%", left: "65%" },
{ id: 2, questionId: 2, width: "7%", height: "6%", top: "8%", left: "11%" },
{ id: 3, questionId: 3, width: "5%", height: "6%", top: "6%", left: "50%" }]
how can I get question[1].id in C# code whith URL of db.js file is /js/db.js