Skip to content

Instantly share code, notes, and snippets.

@jwo
Last active August 29, 2015 14:24
Show Gist options
  • Save jwo/2bc5b7752a6b45df0109 to your computer and use it in GitHub Desktop.
Save jwo/2bc5b7752a6b45df0109 to your computer and use it in GitHub Desktop.
Ember Data 1.13 serializer; enable when server gives data in slightly wrong way
[
{
"id": "765bbbc3e13d",
"created_at": 1435766060,
"updated_at": 1436800257,
"likes": 52,
"images": [
{
"id": "a39658ec9001",
"url": "https://media0.giphy.com/media/nhmmGlocGCJ3y/200.gif",
"created_at": 1435766060,
"updated_at": 1435766060
},
{
"id": "bb81fbbb9f21",
"url": "https://media0.giphy.com/media/nhmmGlocGCJ3y/200.gif",
"created_at": 1435766060,
"updated_at": 1435766060
},
{
"id": "d9afd2abe285",
"url": "https://media0.giphy.com/media/nhmmGlocGCJ3y/200.gif",
"created_at": 1435766060,
"updated_at": 1435766060
},
{
"id": "be4cb9800288",
"url": "https://media0.giphy.com/media/nhmmGlocGCJ3y/200.gif",
"created_at": 1435766060,
"updated_at": 1435766060
},
{
"id": "58ded825f454",
"url": "https://media0.giphy.com/media/nhmmGlocGCJ3y/200.gif",
"created_at": 1435766060,
"updated_at": 1435766060
},
{
"id": "c165de2a5594",
"url": "https://media0.giphy.com/media/nhmmGlocGCJ3y/200.gif",
"created_at": 1435766060,
"updated_at": 1435766060
}
],
},
{
"id": "a55315ada32d",
"created_at": 1435765984,
"updated_at": 1435765984,
"likes": 0,
"images": [
{
"id": "53a8c2b3a544",
"url": "https://media1.giphy.com/media/Mqf3rcvP1hBTO/200.gif",
"created_at": 1435765984,
"updated_at": 1435765984
},
{
"id": "0070b4fdedc9",
"url": "https://media1.giphy.com/media/Mqf3rcvP1hBTO/200.gif",
"created_at": 1435765984,
"updated_at": 1435765984
}
],
},
{
"id": "9a27f2651100",
"created_at": 1435678755,
"updated_at": 1435678755,
"likes": 0,
"images": [
{
"id": "d97da45f817f",
"url": "http://i.imgur.com/59FG2S9.jpg",
"created_at": 1435678755,
"updated_at": 1435683694
}
]
},
{
"id": "741615b49c00",
"created_at": 1435678755,
"updated_at": 1435678755,
"likes": 0,
"images": [
{
"id": "5d1d9e18690f",
"url": "http://i.imgur.com/prolD1E.jpg",
"created_at": 1435678755,
"updated_at": 1435683694
}
],
},
{
"id": "9afd0734876f",
"created_at": 1435678755,
"updated_at": 1435772438,
"likes": 20,
"images": [
{
"id": "b34f5c8f61f2",
"url": "http://i.imgur.com/PEUuhKK.jpg",
"created_at": 1435678755,
"updated_at": 1435683694
},
{
"id": "88381388ea15",
"url": "http://i.imgur.com/snBZr7N.gif",
"created_at": 1435678755,
"updated_at": 1435683694
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment