Created
January 5, 2015 12:25
-
-
Save chesster/458f9f74c250d6118a6e to your computer and use it in GitHub Desktop.
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
[ | |
{ | |
"city": "Amsterdam", | |
"gender" : "Male", | |
"height" : "156", | |
"weight": "", | |
"goal": "", | |
"body_type": "", | |
"activity_level": "", | |
"alergies": [ | |
"Milk", "Nuts", "Bazyli", "PHP" | |
], | |
"alergies_other": "", | |
"personal_preferences": [ | |
"Some other job", | |
"Anythoing realy..." | |
], | |
"personal_preferences_other": "", | |
"restrict_the_first_meal_to_breakfasty_things": true, | |
"exclude_breakfasty_things_from_the_other_meals": true, | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment