Closed AnastasiosLouka closed 11 months ago
Implements the JsonParser._getkey() validation method. Each time we parse a .projectman.json we will first apply the rules of getkey to be sure that the given json has the correct types and all required fields.
JsonParser._getkey()
.projectman.json
fixes https://github.com/thepetk/projectman/issues/11
Testing and documentation do not need to be complete in order for this PR to be approved. We just need to ensure tracking issues are opened.
[x] Unit/Functional tests
[ ] Documentation
What does this PR do?
Implements the
JsonParser._getkey()
validation method. Each time we parse a.projectman.json
we will first apply the rules of getkey to be sure that the given json has the correct types and all required fields.Which issue(s) does this PR fix
fixes https://github.com/thepetk/projectman/issues/11
PR acceptance criteria
Testing and documentation do not need to be complete in order for this PR to be approved. We just need to ensure tracking issues are opened.
[x] Unit/Functional tests
[ ] Documentation
How to test changes / Special notes to the reviewer