Skip to content

Instantly share code, notes, and snippets.

@ericelliott
Created December 21, 2012 05:47
Show Gist options
  • Save ericelliott/4350895 to your computer and use it in GitHub Desktop.
Save ericelliott/4350895 to your computer and use it in GitHub Desktop.
Evaluating Collection+JSON for hypermedia APIs - this is a comparison of an original object and it's equivalent representation with Collection+JSON
[
{
"name": "uid",
"value": "nim3x1"
},
{
"name": "text",
"value": "LOL everyone is soooooo excited #Backstage today! VIDEO:"
},
{
"name": "parsed_text",
"value": {
"hashtags": [
{
"text": "#Backstage",
"name": "Backstage",
"indices": [
32,
42
],
"uid": "backstage",
"type": "hashtags"
}
],
"mentions": [
],
"urls": [
]
}
},
{
"name": "views_count",
"value": 442
},
{
"name": "likes_count",
"value": 5
},
{
"name": "total_likes_count",
"value": 5
},
{
"name": "replies_count",
"value": 0
},
{
"name": "retouts_count",
"value": 0
},
{
"name": "recorded_at",
"value": "2012-12-20T14:01:11Z"
},
{
"name": "created_at",
"value": "2012-12-20T14:03:22Z"
},
{
"name": "privacy",
"value": "public"
},
{
"name": "user",
"value": {
"username": "KellyandMichael",
"uid": "kellyandmichael",
"fullname": "LIVE! with Kelly and Michael",
"verified": true,
"location": "New York",
"bio": "The official \u201cLIVE! with Kelly and Michael\u201d Tout page! Be the first to know the latest from the show. Watch \u201cLIVE! with Kelly and Michael\u201d weekday mornings with Kelly Ripa and Michael Strahan.\r\n\r\n",
"friendly_name": "LIVE! with Kelly and Michael",
"touts_count": 542,
"followers_count": 32603,
"friends_count": 5,
"last_tout_recorded_at": "2012-12-20T22:14:13Z",
"created_at": "2012-03-27T16:32:02Z",
"avatar": {
"profile": {
"http_url": "http:\/\/avatars.tout.com\/u\/20b3d997063c8b8ad60b4aa63c8ffbee\/profile\/LIVE_Kelly_and_Michael_best_graphic_psd_copy.jpg"
},
"large": {
"http_url": "http:\/\/avatars.tout.com\/u\/20b3d997063c8b8ad60b4aa63c8ffbee\/large\/LIVE_Kelly_and_Michael_best_graphic_psd_copy.jpg"
},
"medium": {
"http_url": "http:\/\/avatars.tout.com\/u\/20b3d997063c8b8ad60b4aa63c8ffbee\/medium\/LIVE_Kelly_and_Michael_best_graphic_psd_copy.jpg"
},
"small": {
"http_url": "http:\/\/avatars.tout.com\/u\/20b3d997063c8b8ad60b4aa63c8ffbee\/small\/LIVE_Kelly_and_Michael_best_graphic_psd_copy.jpg"
}
},
"following": false,
"followed_by": false
}
},
{
"name": "image",
"value": {
"poster": {
"width": 568,
"height": 320,
"http_url": "http:\/\/thumbnails.tout.com\/dry\/ab6f39afb719e143\/poster-3.jpg"
},
"thumbnail": {
"width": 150,
"height": 84,
"http_url": "http:\/\/thumbnails.tout.com\/dry\/ab6f39afb719e143\/thumbs-3.jpg"
}
}
},
{
"name": "video",
"value": {
"type": "native",
"duration": 16,
"mp4": {
"width": 568,
"height": 320,
"http_url": "http:\/\/videos.tout.com\/dry\/mp4\/ab6f39afb719e143.mp4"
}
}
},
{
"name": "liked",
"value": false
}
]
[
{
"name": "tout",
"value": {
"uid": "nim3x1",
"text": "LOL everyone is soooooo excited #Backstage today! VIDEO:",
"parsed_text": {
"hashtags": [
{
"text": "#Backstage",
"name": "Backstage",
"indices": [
32,
42
],
"uid": "backstage",
"type": "hashtags"
}
],
"mentions": [
],
"urls": [
]
},
"views_count": 442,
"likes_count": 5,
"total_likes_count": 5,
"replies_count": 0,
"retouts_count": 0,
"recorded_at": "2012-12-20T14:01:11Z",
"created_at": "2012-12-20T14:03:22Z",
"privacy": "public",
"user": {
"username": "KellyandMichael",
"uid": "kellyandmichael",
"fullname": "LIVE! with Kelly and Michael",
"verified": true,
"location": "New York",
"bio": "The official \u201cLIVE! with Kelly and Michael\u201d Tout page! Be the first to know the latest from the show. Watch \u201cLIVE! with Kelly and Michael\u201d weekday mornings with Kelly Ripa and Michael Strahan.\r\n\r\n",
"friendly_name": "LIVE! with Kelly and Michael",
"touts_count": 542,
"followers_count": 32603,
"friends_count": 5,
"last_tout_recorded_at": "2012-12-20T22:14:13Z",
"created_at": "2012-03-27T16:32:02Z",
"avatar": {
"profile": {
"http_url": "http:\/\/avatars.tout.com\/u\/20b3d997063c8b8ad60b4aa63c8ffbee\/profile\/LIVE_Kelly_and_Michael_best_graphic_psd_copy.jpg"
},
"large": {
"http_url": "http:\/\/avatars.tout.com\/u\/20b3d997063c8b8ad60b4aa63c8ffbee\/large\/LIVE_Kelly_and_Michael_best_graphic_psd_copy.jpg"
},
"medium": {
"http_url": "http:\/\/avatars.tout.com\/u\/20b3d997063c8b8ad60b4aa63c8ffbee\/medium\/LIVE_Kelly_and_Michael_best_graphic_psd_copy.jpg"
},
"small": {
"http_url": "http:\/\/avatars.tout.com\/u\/20b3d997063c8b8ad60b4aa63c8ffbee\/small\/LIVE_Kelly_and_Michael_best_graphic_psd_copy.jpg"
}
},
"following": false,
"followed_by": false
},
"image": {
"poster": {
"width": 568,
"height": 320,
"http_url": "http:\/\/thumbnails.tout.com\/dry\/ab6f39afb719e143\/poster-3.jpg"
},
"thumbnail": {
"width": 150,
"height": 84,
"http_url": "http:\/\/thumbnails.tout.com\/dry\/ab6f39afb719e143\/thumbs-3.jpg"
}
},
"video": {
"type": "native",
"duration": 16,
"mp4": {
"width": 568,
"height": 320,
"http_url": "http:\/\/videos.tout.com\/dry\/mp4\/ab6f39afb719e143.mp4"
}
},
"liked": false
}
}
]
{
"uid": "nim3x1",
"text": "LOL everyone is soooooo excited #Backstage today! VIDEO:",
"parsed_text": {
"hashtags": [
{
"text": "#Backstage",
"name": "Backstage",
"indices": [
32,
42
],
"uid": "backstage",
"type": "hashtags"
}
],
"mentions": [
],
"urls": [
]
},
"views_count": 442,
"likes_count": 5,
"total_likes_count": 5,
"replies_count": 0,
"retouts_count": 0,
"recorded_at": "2012-12-20T14:01:11Z",
"created_at": "2012-12-20T14:03:22Z",
"privacy": "public",
"user": {
"username": "KellyandMichael",
"uid": "kellyandmichael",
"fullname": "LIVE! with Kelly and Michael",
"verified": true,
"location": "New York",
"bio": "The official \u201cLIVE! with Kelly and Michael\u201d Tout page! Be the first to know the latest from the show. Watch \u201cLIVE! with Kelly and Michael\u201d weekday mornings with Kelly Ripa and Michael Strahan.\r\n\r\n",
"friendly_name": "LIVE! with Kelly and Michael",
"touts_count": 542,
"followers_count": 32603,
"friends_count": 5,
"last_tout_recorded_at": "2012-12-20T22:14:13Z",
"created_at": "2012-03-27T16:32:02Z",
"avatar": {
"profile": {
"http_url": "http:\/\/avatars.tout.com\/u\/20b3d997063c8b8ad60b4aa63c8ffbee\/profile\/LIVE_Kelly_and_Michael_best_graphic_psd_copy.jpg"
},
"large": {
"http_url": "http:\/\/avatars.tout.com\/u\/20b3d997063c8b8ad60b4aa63c8ffbee\/large\/LIVE_Kelly_and_Michael_best_graphic_psd_copy.jpg"
},
"medium": {
"http_url": "http:\/\/avatars.tout.com\/u\/20b3d997063c8b8ad60b4aa63c8ffbee\/medium\/LIVE_Kelly_and_Michael_best_graphic_psd_copy.jpg"
},
"small": {
"http_url": "http:\/\/avatars.tout.com\/u\/20b3d997063c8b8ad60b4aa63c8ffbee\/small\/LIVE_Kelly_and_Michael_best_graphic_psd_copy.jpg"
}
},
"following": false,
"followed_by": false
},
"image": {
"poster": {
"width": 568,
"height": 320,
"http_url": "http:\/\/thumbnails.tout.com\/dry\/ab6f39afb719e143\/poster-3.jpg"
},
"thumbnail": {
"width": 150,
"height": 84,
"http_url": "http:\/\/thumbnails.tout.com\/dry\/ab6f39afb719e143\/thumbs-3.jpg"
}
},
"video": {
"type": "native",
"duration": 16,
"mp4": {
"width": 568,
"height": 320,
"http_url": "http:\/\/videos.tout.com\/dry\/mp4\/ab6f39afb719e143.mp4"
}
},
"liked": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment