Last active
March 14, 2016 20:01
-
-
Save moughamir/0e850f55720fc9948590 to your computer and use it in GitHub Desktop.
user profile object with json
This file contains 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
{ | |
"id": 1, | |
"nom": "Full Name", | |
"genre": "Gender", | |
"birthday": "MM-DD-YYYY", | |
"subscription": "MM-DD-YYYY", | |
"level": "LEVEM", | |
"commitee": [ | |
"1st Interest", | |
"2nd Interest", | |
"Nth Interest" | |
], | |
"email": "[email protected]", | |
"phone": "0600-00-0001", | |
"adress": { | |
"default": { | |
"street": "10, Rue 2 Bloc E, Laglita", | |
"city": "Bouskoura", | |
"State": "Grand Casablanca", | |
"zip": "27182" | |
} | |
}, | |
"photo": "moughamir_01.jpg" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment