Skip to content

Instantly share code, notes, and snippets.

@Grantismo
Created March 18, 2015 20:25
Show Gist options
  • Save Grantismo/e891da32910a4b92d8e9 to your computer and use it in GitHub Desktop.
Save Grantismo/e891da32910a4b92d8e9 to your computer and use it in GitHub Desktop.
Some json format options
{
"SOVIETSECRET": {
"exercises": [
"hangboard",
"offset pullups",
"push ups",
"100 ab wheel reps"
]
},
"MOSTLYHGH": {
"exercises": [
"burpees",
"frenchies",
"curls",
"finger curls"
]
},
"MUTANTARMS": {
"exercises": [
"curls",
"more curls",
"push ups",
"offset pull ups"
]
},
"MUTANTFINGERS": {
"exercises": [
"hangboard",
"finger curls",
"rice bowl",
"finger curls again!"
]
}
}
{
"SOVIETSECRET": [
"hangboard",
"offset pullups",
"push ups",
"100 ab wheel reps"
],
"MOSTLYHGH": [
"burpees",
"frenchies",
"curls",
"finger curls"
],
"MUTANTARMS": [
"curls",
"more curls",
"push ups",
"offset pull ups"
],
"MUTANTFINGERS": [
"hangboard",
"finger curls",
"rice bowl",
"finger curls again!"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment