var times = [{
"Start": "2016-01-26\r\n",
"End": "2016-01-26\r\n"
}, {
"Start": "2016-01-21\r\n",
"End": "2016-01-29\r\n"
}]
I am trying to run a loop in jQuery to get the start and end date but I am unable to fetch the value in a variable. I am very new to JSON so any help will be appreciated.