Skip to content

Instantly share code, notes, and snippets.

@bbohling
Created April 30, 2013 01:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bbohling/5486097 to your computer and use it in GitHub Desktop.
Save bbohling/5486097 to your computer and use it in GitHub Desktop.
var jsonSample = {
"Vacation": {
"StartDate": "/Date(1366182000000)/",
"EndDate": "/Date(1368169200000)/",
"Trips": [{
"Name": "Fun in the Sun",
"Origin": {
"Location": "Iowa City, IA",
"Date": "/Date(1367046000000)/",
"DateFormatted": "Saturday, April 27th 2013"
},
"Destination": {
"Location": "Phoenix, AZ",
"Date": "/Date(1367218800000)/",
"DateFormatted": "Monday, April 29th 2013"
}
}, {
"Name": "Family Time",
"Origin": {
"Location": "Portland, OR",
"Date": "/Date(1366182000000/",
"DateFormatted": "Wednesday, April 17th 2013"
},
"Destination": {
"Location": "Iowa City, IA",
"Date": "/Date(1366527600000)/",
"DateFormatted": "Sunday, April 21st 2013"
}
}, {
"Name": "Return Home",
"Origin": {
"Location": "Phoenix, AZ",
"Date": "/Date(1367910000000)/",
"DateFormatted": "Tuesday, May 7th 2013"
},
"Destination": {
"Location": "Portland, OR",
"Date": "/Date(1368169200000)/",
"DateFormatted": "Friday, May 10th 2013"
}
}]
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment