Skip to content

Instantly share code, notes, and snippets.

@thinkinglemur
Created May 20, 2015 21:46
Show Gist options
  • Save thinkinglemur/0c079653038bf00dd9fa to your computer and use it in GitHub Desktop.
Save thinkinglemur/0c079653038bf00dd9fa to your computer and use it in GitHub Desktop.
List JSON structure
{
"listId": "12345678990",
"query": "",
"ownerId": "2456633321545",
"lists": [{
"userId": "2456633321545",
"products": [1234,5231,1231],
"updated_on": "2015-02-14 17:55:58.615",
"created_on": "2015-02-14 17:55:58.615"
},
{
"userId": "778551163369",
"products": [1231,1234,5231],
"updated_on": "2015-02-14 17:55:58.615",
"created_on": "2015-02-14 17:55:58.615"
}],
"updated_on": "2015-02-14 17:55:58.615",
"created_on": "2015-02-14 17:55:58.615"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment