Skip to content

Instantly share code, notes, and snippets.

@dmackerman
Created January 3, 2013 17:55
Show Gist options
  • Select an option

  • Save dmackerman/4445358 to your computer and use it in GitHub Desktop.

Select an option

Save dmackerman/4445358 to your computer and use it in GitHub Desktop.
{
workouts: [
{
name: 'Back / Biceps'
exercises: [
{
{ name: 'Exercise #1' },
{ name: 'Exercise #2' },
{ name: 'Exercise #3' },
}
]
},
{
name: 'Chest / Triceps'
exercises: [
{
{ name: 'Exercise #1' },
{ name: 'Exercise #2' },
{ name: 'Exercise #3' },
}
]
},
{
name: 'Shoulders'
exercises: [
{
{ name: 'Exercise #1' },
{ name: 'Exercise #2' },
{ name: 'Exercise #3' },
}
]
},
{
name: 'Legs'
exercises: [
{
{ name: 'Exercise #1' },
{ name: 'Exercise #2' },
{ name: 'Exercise #3' },
}
]
},
{
name: 'Abs'
exercises: [
{
{ name: 'Exercise #1' },
{ name: 'Exercise #2' },
{ name: 'Exercise #3' },
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment