Open wmaiouiru opened 1 year ago
added to_dict recursively for deserialization of person to json added unit test to test to_dict added integration test to ensure to_dict works on person
Looks like the output of the person is not really what we want.
Limiting the returns made it work.
added to_dict recursively for deserialization of person to json added unit test to test to_dict added integration test to ensure to_dict works on person