Skip to content

Instantly share code, notes, and snippets.

@et
Created March 29, 2013 16:58
Show Gist options
  • Select an option

  • Save et/5272104 to your computer and use it in GitHub Desktop.

Select an option

Save et/5272104 to your computer and use it in GitHub Desktop.
items json
[
{
"id": 160,
"subject": "abc",
"body": "asdf",
"addressee_list": "Default Project",
"project_id": 1,
"sender": {
"created_at": "2013-03-28T23:41:58Z",
"email": null,
"id": 160,
"name": "admin",
"package_id": 160,
"updated_at": "2013-03-28T23:41:58Z",
"user_id": 1
},
"percentage_complete": 0.1
},
{
"id": 161,
"subject": "abcd",
"body": "asdf",
"addressee_list": "Default Project",
"project_id": 1,
"sender": {
"created_at": "2013-03-29T03:08:19Z",
"email": null,
"id": 161,
"name": "admin",
"package_id": 161,
"updated_at": "2013-03-29T03:08:19Z",
"user_id": 1
},
"percentage_complete": 0.1
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment