Skip to content

Instantly share code, notes, and snippets.

@toddgeist
Created February 26, 2015 05:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save toddgeist/35b1a9857c918213cb57 to your computer and use it in GitHub Desktop.
Save toddgeist/35b1a9857c918213cb57 to your computer and use it in GitHub Desktop.
JSON Example
{
"firstName" : "Todd",
"lastName" : "Geist",
"pets" : [
{"species" : "dog" , "name" : "Kona"},
{"species" : "dog" , "name" : "Alfie"}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment