Skip to content

Instantly share code, notes, and snippets.

@mbeale
Created December 8, 2012 18:17
Show Gist options
  • Save mbeale/4241224 to your computer and use it in GitHub Desktop.
Save mbeale/4241224 to your computer and use it in GitHub Desktop.
Sample JSON record for Dynamic JSON
{
"type" : "CreateEvent",
"actor" : {
"avatar_url" : "https://secure.gravatar.com/avatar/05abda697c2654a02391248bed3a5f3e?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url" : "https://api.github.com/users/mbeale",
"id" : 1507647,
"gravatar_id" : "05abda697c2654a02391248bed3a5f3e",
"login" : "mbeale"
},
"repo" : {
"url" : "https://api.github.com/repos/mbeale/gorecurly",
"id" : 4352662,
"name" : "mbeale/gorecurly"
},
"public" : true,
"payload" : {
"master_branch" : "master",
"description" : "gorecurly",
"ref" : null,
"ref_type" : "repository",
"deeper_nesting" : {
"return_value" : "success"
}
},
"created_at" : "2012-05-16T22:52:24Z",
"id" : "1552916813"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment