Skip to content

Instantly share code, notes, and snippets.

@mwotton
Created May 27, 2011 01:44
Show Gist options
  • Save mwotton/994493 to your computer and use it in GitHub Desktop.
Save mwotton/994493 to your computer and use it in GitHub Desktop.
json format
GET /comments/1,2
gives
{ 1 => {"ok": {
"email": "user@corp.com",
"text": "this is right on the money. let's invade lichtenstein.",
"created_at": "Tue, 04 Nov 2008 06:52:28 +0000",
}},
2 => {"error": { "reason": "i can't do that dave" } } }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment