CS580-Thunderbird / study-hard-play-hard

CS580 group project - A personal organizer to help cpp students manage time and enjoy life
0 stars 1 forks source link

Change CPP class JSON format for repeatDay #49

Closed dlin345 closed 7 years ago

dlin345 commented 7 years ago

For JSON format, the repeatDay field needs the following format or else there is error when parsing: "repeatDay":[{"Sunday":false},{"Monday":false},{"Tuesday":false},{"Wednesday":false},{"Thursday":false},{"Friday":false},{"Saturday":false}]

Current format does not have {} around each day.