Skip to content

Instantly share code, notes, and snippets.

@pellekrogholt
Created December 6, 2013 12:16
Show Gist options
  • Save pellekrogholt/7822832 to your computer and use it in GitHub Desktop.
Save pellekrogholt/7822832 to your computer and use it in GitHub Desktop.
[
{
"id":"1",
"title":"Plan 1 title",
"description":"Plan 1 description",
"instructions":[
{
"id":"1_1",
"title":"Instruction 1"
},
{
"id":"1_2",
"title":"Instruction 2"
}
]
},
{
"id":"2",
"title":"Plan 2 title",
"description":"Plan 2 description",
"instructions":[
{
"id":"2_1",
"title":"Instruction 1"
},
{
"id":"2_2",
"title":"Instruction 2"
},
{
"id":"2_3",
"title":"Instruction 1"
},
{
"id":"2_4",
"title":"Instruction 2"
}
]
},
{
"id":"3",
"title":"Plan 3 title",
"description":"Plan 2 description",
"instructions":[]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment