Created
February 5, 2014 15:11
-
-
Save houen/8825677 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
level: { | |
workout_id: 42, | |
number: 2, | |
session_plans: [ | |
{ | |
phase: 'strength', | |
position: 1 | |
exercises: { | |
[ | |
{ | |
workout_id: 42 | |
variant: "left", | |
name: LUNGE, | |
category: 'core', | |
workout_position: 41 | |
position: 1 | |
}, | |
{ | |
workout_id: 42 | |
variant: null, | |
name: BALL STUFF, | |
category: 'core', | |
workout_position: 43 | |
position: 2 | |
}, | |
{ | |
workout_id: 42 | |
variant: null, | |
name: BREAST FONDLING, | |
category: 'saq', | |
position: 3 | |
} | |
] | |
} | |
}, | |
{ | |
phase: 'power', | |
position: 2 | |
exercises: { | |
variant: 'left', | |
name: BALL DROP, | |
category: 'core', | |
position: 1 | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment