Skip to content

Instantly share code, notes, and snippets.

@ThomasLocke
Created May 21, 2012 07:25
Show Gist options
  • Save ThomasLocke/2760937 to your computer and use it in GitHub Desktop.
Save ThomasLocke/2760937 to your computer and use it in GitHub Desktop.
JSON test object
{
"name": "Thomas Løcke",
"db_columns": {
"is_human": true,
"ce_id": 1,
"ce_name": "Thomas Løcke"
},
"type": "human",
"attributes": {
"phone": "88329100",
"db_columns": {
"ce_id": 1,
"org_id": 2
},
"email": "thomas@domain",
"tags": [
"Ada",
"Slackware",
"Linux"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment