Skip to content

Instantly share code, notes, and snippets.

@moughamir
Last active March 14, 2016 20:01
Show Gist options
  • Save moughamir/0e850f55720fc9948590 to your computer and use it in GitHub Desktop.
Save moughamir/0e850f55720fc9948590 to your computer and use it in GitHub Desktop.
user profile object with json
{
"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