Skip to content

Instantly share code, notes, and snippets.

@natbusa
Created February 10, 2014 21:59
Show Gist options
  • Save natbusa/8925098 to your computer and use it in GitHub Desktop.
Save natbusa/8925098 to your computer and use it in GitHub Desktop.
< HTTP/1.1 200 OK
< Server: spray-can/1.2-RC2
< Date: Mon, 10 Feb 2014 19:36:43 GMT
< Content-Type: application/json; charset=UTF-8
< Content-Length: 247
<
{
"main": {
"eggs": {
"num": 2
},
"bacon": {
"strips": 4
}
},
"side": {
"toast": {
"slices": 1
}
},
"drink": {
"juice": {
"glasses": 1
},
"coffee": {
"mugs": 2
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment