Skip to content

Instantly share code, notes, and snippets.

@mirzu
Created July 9, 2012 15:25
Show Gist options
  • Save mirzu/3077162 to your computer and use it in GitHub Desktop.
Save mirzu/3077162 to your computer and use it in GitHub Desktop.
sample drupal "json"
{
"apiVersion":"1.0",
"entityType":"node",
"entityID":"4",
"url":"http:\/\/project.loco:8080\/?q=node\/4",
"authorId":"1",
"authorName":"admin",
"authorUrl":"http:\/\/project.loco:8080\/?q=user\/1",
"created":"1340365718",
"changed":"1340365718",
"field_issue_status":[
"13"
],
"field_issue_priority":[
"200"
],
"field_issue_category":[
"1"
],
"field_issue_component":[
"Miscellaneous"
],
"field_issue_assigned":[
{
"value":"1",
"markup":"admin"
}
],
"field_project":[
{
"value":"1",
"markup":"my project"
}
],
"comments":[
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment