-
Notifications
You must be signed in to change notification settings - Fork 29
TASK: Add JSON serialization/deserialization of a Person #142
Copy link
Copy link
Open
Labels
continuationContinued or extended from a previous task/PR/issueContinued or extended from a previous task/PR/issuefeatureNew feature or enhancementNew feature or enhancementgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededtaskThis is a task issue / PR completing a taskThis is a task issue / PR completing a task🦗 Upper IntermediateGood for growing devs with good confidence and experience in programmingGood for growing devs with good confidence and experience in programming🦟 IntermediateGood for growing devs who've been coding for a whileGood for growing devs who've been coding for a while
Description
Metadata
Metadata
Assignees
Labels
continuationContinued or extended from a previous task/PR/issueContinued or extended from a previous task/PR/issuefeatureNew feature or enhancementNew feature or enhancementgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededtaskThis is a task issue / PR completing a taskThis is a task issue / PR completing a task🦗 Upper IntermediateGood for growing devs with good confidence and experience in programmingGood for growing devs with good confidence and experience in programming🦟 IntermediateGood for growing devs who've been coding for a whileGood for growing devs who've been coding for a while
Leave a comment if you want to work on this task!
Difficulty: Intermediate to Upper Intermediate
This task is an extension of task #141. You can wait for that one to be completed and merged first, or take/help complete the task.
TODO:
to_json()method to thePersonclass. Use the methods from TASK: ImplementPersonserialization to a dictionary #141 in your implementation.from_json()aclassmethod.PR steps:
feat/person-json-serializationTASK: Add JSON serialization/deserialization of a `Person` (#142)Closes #142Please make sure you have read the Contributing Guidelines before working.
Feel free to ask any questions here!
If you are interested in working on this task,
please leave a comment requesting assignment to explicitly let others know the task is taken and prevent duplicate PRs.