Created
July 10, 2014 00:38
-
-
Save jvenator/6c3fdabc5cb5a2668a47 to your computer and use it in GitHub Desktop.
This file contains 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", | |
ClassDetails: "7:00 AM - 7:45 AM 13th Street Colleen Richards" | |
}, | |
{ | |
ClassName: "Sole Power™", | |
ClassDetails: "9:15 AM - 10:00 AM 13th Street Taro Kawai" | |
} | |
] | |
}, | |
{ Tuesday: [ | |
{ | |
ClassName: "Cycling", | |
ClassDetails: "7:00 AM - 7:45 AM 13th Street Colleen Richards" | |
}, | |
{ | |
ClassName: "Sole Power™", | |
ClassDetails: "9:15 AM - 10:00 AM 13th Street Taro Kawai" | |
} | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment