Skip to content

Instantly share code, notes, and snippets.

@samarkandiy
Created July 10, 2014 15:08
Show Gist options
  • Save samarkandiy/4d01483644b96dea5e8a to your computer and use it in GitHub Desktop.
Save samarkandiy/4d01483644b96dea5e8a to your computer and use it in GitHub Desktop.
JSON
{"users":[
{
"firstName":"Ray",
"lastName":"Villalobos",
"joined": {
"month":"January",
"day":12,
"year":2012
}
},
{
"firstName":"John",
"lastName":"Jones",
"joined": {
"month":"April",
"day":28,
"year":2010
}
}
]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment