Skip to content

Instantly share code, notes, and snippets.

@mauricio
Created February 13, 2012 12:10
Show Gist options
  • Save mauricio/1816358 to your computer and use it in GitHub Desktop.
Save mauricio/1816358 to your computer and use it in GitHub Desktop.
json examples
{
"documentId" : "1",
"accountId" : "2"
}
{
"documentId" : 1,
"accountId" : 2
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment