Skip to content

Instantly share code, notes, and snippets.

@RuLeZzz1987
Last active January 31, 2017 08:50
Show Gist options
  • Save RuLeZzz1987/dd414c38e1409a25fa1b5664c7559c5f to your computer and use it in GitHub Desktop.
Save RuLeZzz1987/dd414c38e1409a25fa1b5664c7559c5f to your computer and use it in GitHub Desktop.
{
"id1": {
"name": "Category_1",
"type": "CATEGORY",
"isRoot": true,
"children": [
"id2",
"id3"
]
},
"id2": {
"name": "Todo 1",
"type": "TODO",
"isComplete": false
},
"id3": {
"name": "Category_2",
"type": "CATEGORY",
"isRoot": false,
"children": [
"id4"
]
},
"id4": {
"name": "Todo 2",
"type": "TODO",
"isComplete": false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment