Skip to content

Instantly share code, notes, and snippets.

@kylehqcom
Created January 21, 2016 02:46
Show Gist options
  • Save kylehqcom/de95fc73c118a1967f36 to your computer and use it in GitHub Desktop.
Save kylehqcom/de95fc73c118a1967f36 to your computer and use it in GitHub Desktop.
Filtered payload from Navago
{
"sections": [{
"name": "top",
"items": [{
"name": "Help",
"action": "/help",
"attributes": {},
"Items": []
}]
}, {
"name": "left",
"items": [{
"name": "Home",
"action": "/home",
"attributes": {},
"Items": []
}, {
"name": "Reporting",
"action": "/reporting",
"attributes": {},
"Items": []
}, {
"name": "Setup",
"action": "/setup",
"attributes": {},
"Items": [{
"name": "General",
"action": "/setup",
"attributes": {
"foo": "bar",
"new": true
},
"Items": []
}, {
"name": "Account",
"action": "/account",
"attributes": {},
"Items": []
}]
}]
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment