Skip to content

Instantly share code, notes, and snippets.

@jwestbrook
Last active May 18, 2016 20:09
Show Gist options
  • Save jwestbrook/d505cb3acd6ed930dd6fc2934d2e30c1 to your computer and use it in GitHub Desktop.
Save jwestbrook/d505cb3acd6ed930dd6fc2934d2e30c1 to your computer and use it in GitHub Desktop.
My Jason Client JSON
{
"$jason": {
"head": {
"title": "Tiles",
"description": "A Tiled View of the World"
},
"body": {
"sections": [{
"items": [{
"type": "label",
"text": "Row 1"
}, {
"type": "label",
"text": "Row 2"
}]
}]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment