Skip to content

Instantly share code, notes, and snippets.

@cesarferreira
Last active August 29, 2015 14:26
Show Gist options
  • Select an option

  • Save cesarferreira/57365bfa1074b1efd644 to your computer and use it in GitHub Desktop.

Select an option

Save cesarferreira/57365bfa1074b1efd644 to your computer and use it in GitHub Desktop.
sample json for the j2j article
{
"total": 2,
"people": [
{
"id": 1551,
"full_name": "Jon snow",
"family_name": "Stark",
"password": "iknownothing",
"status": "unknown",
"gender": "male",
"contact": {
"email_address": "[email protected]",
"phone_number": "555-215222"
},
"location": {
"street": "Castle Black wall",
"city": "Moles town",
"state": "north",
"zip": "56298"
}
},
(...)
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment