Skip to content

Instantly share code, notes, and snippets.

@dalzony
Created June 16, 2016 12:00
Show Gist options
  • Save dalzony/f2971a1ecbf2d213bc127a27e06a3ec1 to your computer and use it in GitHub Desktop.
Save dalzony/f2971a1ecbf2d213bc127a27e06a3ec1 to your computer and use it in GitHub Desktop.
{
"deals": [
{
"buyer_nickname": "stringv1",
"selected_seller": null,
"buyer_id": 1,
"selected_seller_id": null,
"ticket_count": 1,
"updated_at": null,
"movie_name": "string",
"status": 0,
"id": 1,
"theater": "string",
"movie_time": 11111,
"created_at": 1466075305
},
{
"buyer_nickname": "stringv1",
"selected_seller": null,
"buyer_id": 1,
"selected_seller_id": null,
"ticket_count": 11,
"updated_at": null,
"movie_name": "string",
"status": 0,
"id": 2,
"theater": "string",
"movie_time": 11,
"created_at": 1466076365
},
{
"buyer_nickname": "stringv1",
"selected_seller": null,
"buyer_id": 1,
"selected_seller_id": null,
"ticket_count": 1,
"updated_at": null,
"movie_name": "string",
"status": 0,
"id": 3,
"theater": "string",
"movie_time": 1,
"created_at": 1466076995
}
],
"next_cursor": 1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment