Last active
August 29, 2015 14:26
-
-
Save cesarferreira/57365bfa1074b1efd644 to your computer and use it in GitHub Desktop.
sample json for the j2j article
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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