Skip to content

Instantly share code, notes, and snippets.

@lrebrown
Created January 11, 2013 14:04
Show Gist options
  • Save lrebrown/4510882 to your computer and use it in GitHub Desktop.
Save lrebrown/4510882 to your computer and use it in GitHub Desktop.
{
"is-json": true,
"getcontent-type-before-replace": "string",
"getcontent-before-replace": "{ \"id\": \"1234\", \"name\": \"john doe\" }",
"conversion-success": true,
"data-type-after-conv": "array",
"data-after-conv": {
"id": "1234",
"name": "john doe"
},
"request-type-before-replace": "object",
"request-before-replace": {},
"request-type-after-replace": "object",
"request-after-replace": {},
"getcontent-type-after-replace": "string",
"getcontent-after-replace": "{ \"id\": \"1234\", \"name\": \"john doe\" }",
"getcontent-type-in-controller": "string",
"getcontent-in-controller": "{ \"id\": \"1234\", \"name\": \"john doe\" }"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment