Skip to content

Instantly share code, notes, and snippets.

@hashg
Created April 5, 2013 06:07
Show Gist options
  • Save hashg/5317003 to your computer and use it in GitHub Desktop.
Save hashg/5317003 to your computer and use it in GitHub Desktop.
ember-flask-restless json
{
"blogs": [
{
"body": "Blah Blah Blah, is a song by American recording artist Kesha from her debut album, Animal.",
"author": "3OH!3",
"id": "2",
"comments": [
{
"blog_id": "2",
"desc": "Quest for Food",
"id": "3",
"email": "[email protected]"
},
{
"blog_id": "2",
"desc": "Too Little, Too Late?",
"id": "4",
"email": "[email protected]"
}
],
"title": "Blah Blah Blah"
},
{
"body": "Sorry is a song by American singer-songwriter Madonna from her tenth studio album Confessions on a Dance Floor.",
"author": "Madonna",
"id": "3",
"comments": [
{
"blog_id": "3",
"desc": "Pulling Your Own Weight",
"id": "5",
"email": "[email protected]"
},
{
"blog_id": "3",
"desc": "Thy Name Is Duplicity",
"id": "6",
"email": "[email protected]@woahmail.com"
}
],
"title": "Sorry"
},
{
"body": "Tik Tok is the debut single by American recording artist Kesha. The song was produced by Benny Blanco and Dr. Luke and co-written by Blanco, Dr. Luke and Kesha.",
"author": "Ke$ha",
"id": "1",
"comments": [
{
"blog_id": "1",
"desc": "The Marooning",
"id": "1",
"email": "[email protected]"
},
{
"blog_id": "1",
"desc": "The Generation Gap",
"id": "2",
"email": "[email protected]"
}
],
"title": "Tik Tok"
},
{
"body": "Norton Priory is a historic site in Norton, Runcorn, Cheshire, England, comprising the remains of an abbey complex dating from the 12th to 16th centuries, and an 18th-century country house; it is now a museum.",
"author": "Augustinian",
"id": "4",
"comments": [
{
"blog_id": "4",
"desc": "Crack In the Alliance",
"id": "7",
"email": "[email protected]"
},
{
"blog_id": "4",
"desc": "Death of an Alliance",
"id": "8",
"email": "[email protected]@woahmail.com"
}
],
"title": "Norton Priory"
},
{
"body": "Argo Tea is a chain of tea cafes that was founded in the Lincoln Park community area in Chicago, Illinois, in June 2003.",
"author": "",
"id": "5",
"comments": [
{
"blog_id": "5",
"desc": "Old and New Bonds",
"id": "9",
"email": "[email protected]"
}
],
"title": "Argo Tea"
}
]
}
{
"total_pages": 1,
"objects": [
{
"body": "Blah Blah Blah, is a song by American recording artist Kesha from her debut album, Animal.",
"author": "3OH!3",
"id": "2",
"comments": [
{
"blog_id": "2",
"desc": "Quest for Food",
"id": "3",
"email": "[email protected]"
},
{
"blog_id": "2",
"desc": "Too Little, Too Late?",
"id": "4",
"email": "[email protected]"
}
],
"title": "Blah Blah Blah"
},
{
"body": "Sorry is a song by American singer-songwriter Madonna from her tenth studio album Confessions on a Dance Floor.",
"author": "Madonna",
"id": "3",
"comments": [
{
"blog_id": "3",
"desc": "Pulling Your Own Weight",
"id": "5",
"email": "[email protected]"
},
{
"blog_id": "3",
"desc": "Thy Name Is Duplicity",
"id": "6",
"email": "[email protected]@woahmail.com"
}
],
"title": "Sorry"
},
{
"body": "Tik Tok is the debut single by American recording artist Kesha. The song was produced by Benny Blanco and Dr. Luke and co-written by Blanco, Dr. Luke and Kesha.",
"author": "Ke$ha",
"id": "1",
"comments": [
{
"blog_id": "1",
"desc": "The Marooning",
"id": "1",
"email": "[email protected]"
},
{
"blog_id": "1",
"desc": "The Generation Gap",
"id": "2",
"email": "[email protected]"
}
],
"title": "Tik Tok"
},
{
"body": "Norton Priory is a historic site in Norton, Runcorn, Cheshire, England, comprising the remains of an abbey complex dating from the 12th to 16th centuries, and an 18th-century country house; it is now a museum.",
"author": "Augustinian",
"id": "4",
"comments": [
{
"blog_id": "4",
"desc": "Crack In the Alliance",
"id": "7",
"email": "[email protected]"
},
{
"blog_id": "4",
"desc": "Death of an Alliance",
"id": "8",
"email": "[email protected]@woahmail.com"
}
],
"title": "Norton Priory"
},
{
"body": "Argo Tea is a chain of tea cafes that was founded in the Lincoln Park community area in Chicago, Illinois, in June 2003.",
"author": "",
"id": "5",
"comments": [
{
"blog_id": "5",
"desc": "Old and New Bonds",
"id": "9",
"email": "[email protected]"
}
],
"title": "Argo Tea"
}
],
"num_results": 5,
"page": 1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment