Skip to content

Instantly share code, notes, and snippets.

@iszak
Last active August 29, 2015 13:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iszak/9943110 to your computer and use it in GitHub Desktop.
Save iszak/9943110 to your computer and use it in GitHub Desktop.
{
"id": 1,
"name": "editor",
"isActive": false,
"permissions": [
{
"id": 1,
"name": "create post",
"isSelected": false,
"section": {
"id": 1,
"name": "blog page",
}
},
{
"id": 2,
"name": "edit post",
"isSelected": false,
"section": {
"id": 1,
"name": "blog page",
}
},
{
"id": 3,
"name": "upload photo",
"isSelected": true,
"section": {
"id": 1,
"name": "photo page",
}
}, {
"id": 4,
"name": "remove photo",
"isSelected": false,
"section": {
"id": 1,
"name": "photo page",
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment