Skip to content

Instantly share code, notes, and snippets.

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 jvenator/fd4b833587afa77ad3fd to your computer and use it in GitHub Desktop.
Save jvenator/fd4b833587afa77ad3fd to your computer and use it in GitHub Desktop.
results: {
collection1: [
{ Monday: [
{
ClassName: "Cycling",
StartTime: "7:00 AM",
EndTime: "7:45 AM",
Location: "13th Street",
Instructor: "Colleen Richards"
},
{
ClassName: "Sole Power™",
StartTime: "9:15 AM",
EndTime: "10:00 AM",
Location: "13th Street",
Instructor: "Taro Kawai"
}
]
},
{ Tuesday: [
{
ClassName: "Cycling",
StartTime: "7:00 AM",
EndTime: "7:45 AM",
Location: "13th Street",
Instructor: "Colleen Richards"
},
{
ClassName: "Sole Power™",
StartTime: "9:15 AM",
EndTime: "10:00 AM",
Location: "13th Street",
Instructor: "Taro Kawai"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment