Skip to content

Instantly share code, notes, and snippets.

@toddmotto
Last active December 20, 2015 19:29
Show Gist options
  • Select an option

  • Save toddmotto/6183758 to your computer and use it in GitHub Desktop.

Select an option

Save toddmotto/6183758 to your computer and use it in GitHub Desktop.
JSON
{
"object": {
"key" : "value"
}
"object with Array inside, containing objects": {[
{"key" : "value"},
{"key" : "value"},
{"key" : "value"}
]}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment