Created
July 10, 2014 00:48
-
-
Save jvenator/fd4b833587afa77ad3fd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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