Skip to content

Instantly share code, notes, and snippets.

@christopherdbull
Created August 24, 2012 02:08
Show Gist options
  • Save christopherdbull/3444728 to your computer and use it in GitHub Desktop.
Save christopherdbull/3444728 to your computer and use it in GitHub Desktop.
{
messages: [
{
id: 4,
text: "Felix still stucks",
created_at: "2012-08-24T00:17:29Z",
owner: {
id: 1,
first_name: "test",
last_name: "testerson",
current_user_friendship: null,
profile_link: "/users/1"
},
place: {
id: 336,
title: "Jafa",
profile_link: "/places/336"
},
comments: [ ]
},
{
id: 3,
text: "Not Bad",
created_at: "2012-08-09T07:57:26Z",
owner: {
id: 1,
first_name: "test",
last_name: "testerson",
current_user_friendship: null,
profile_link: "/users/1"
},
place: {
id: 336,
title: "Jafa",
profile_link: "/places/336"
},
comments: [
{
id: 1,
body: "a comment",
created_at: "2012-08-23T05:10:44Z",
user: {
id: 1,
first_name: "test",
last_name: "testerson",
current_user_friendship: null,
profile_link: "/users/1"
}
},
{
id: 2,
body: "sad",
created_at: "2012-08-24T00:16:32Z",
user: {
id: 1,
first_name: "test",
last_name: "testerson",
current_user_friendship: null,
profile_link: "/users/1"
}
}
]
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment