Skip to content

Instantly share code, notes, and snippets.

@mbohun
Last active August 29, 2015 14:05
Show Gist options
  • Save mbohun/917873e7fb04b73dbb2c to your computer and use it in GitHub Desktop.
Save mbohun/917873e7fb04b73dbb2c to your computer and use it in GitHub Desktop.
simplified updates
{
"updates": {
"Status": "Started",
"Cc": "nickdos"
}
}
{
"updates-elements": [
{
"b": {
"text": "Status:"
}
},
{
"br": { }
},
{
"b": {
"text": "Cc:"
}
},
{
"br": { }
}
],
"updates-full": [
" ",
" Started ",
" ",
" nickdos ",
" "
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment