Skip to content

Instantly share code, notes, and snippets.

@vtsatskin
Created April 3, 2012 22:56
Show Gist options
  • Save vtsatskin/2296126 to your computer and use it in GitHub Desktop.
Save vtsatskin/2296126 to your computer and use it in GitHub Desktop.
A partial list of University of Waterloo residences in JSON
[
{
residence: "V1",
floors: [
{ id: "0", name: "Basement" },
{ id: "1", name: "1" },
{ id: "2", name: "2" },
{ id: "3", name: "3" },
],
buildings: [
{ id: "1", name: "1" },
{ id: "2", name: "2" },
{ id: "3", name: "3" },
{ id: "4", name: "4" },
{ id: "5", name: "5" },
{ id: "6", name: "6" },
{ id: "7", name: "7" },
{ id: "8", name: "8" },
]
areas: {
name: "Quad",
values: [
{ id: "0", name: "North" },
{ id: "1", name: "South" },
{ id: "2", name: "East" },
{ id: "3", name: "West" },
],
}
}
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment