Skip to content

Instantly share code, notes, and snippets.

@marinoluck
Last active August 29, 2015 14:22
Show Gist options
  • Save marinoluck/988603ed888389b4e257 to your computer and use it in GitHub Desktop.
Save marinoluck/988603ed888389b4e257 to your computer and use it in GitHub Desktop.
Tasks file example
{
"data": [
{
"missionId": 1,
"text": "default for mission 2"
},
{
"missionId": 1,
"text": "specific task for mission 1"
},
{
"missionId": 3,
"text": "specific task for mission 1"
},
{
"spotId": 9,
"text": "specific for spot 9"
},
{
"spotId": 9,
"text": "other specific for spot 9"
},
{
"spotId": 3,
"text": "specific for spot 3"
},
{
"spotId": 3,
"text": "other specific for spot 3"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment