Skip to content

Instantly share code, notes, and snippets.

@hhariri
Created May 29, 2013 12:09
Show Gist options
  • Select an option

  • Save hhariri/5669821 to your computer and use it in GitHub Desktop.

Select an option

Save hhariri/5669821 to your computer and use it in GitHub Desktop.
json {
"name" .. "Mr. Jones"
"age" .. 5
"address" .. {
"number" .. 444
"line one" .. "some place over the rainbow"
}
"family".array(
{
"name" .. "Mrs. Jones"
"relation" .. "wife to be"
},
{
"name" .. "Jeremy Jones"
"relation" .. "brother"
})
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment