Skip to content

Instantly share code, notes, and snippets.

@hhariri
Created May 29, 2013 12:35
Show Gist options
  • Save hhariri/5669948 to your computer and use it in GitHub Desktop.
Save hhariri/5669948 to your computer and use it in GitHub Desktop.
json {
"name" json "fred"
"age" json 5
"address" json {
"firstLine" json "Buckingham Palace"
"town" json "London"
}
"friends" json array("name", "text", 23, 42)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment