- My attempt at solving the challenge given in the above link
- It was good learning experience overall to be able to validate only the test json files
- I might add some more feature in it, but till then it is good enough
NOTE FOR DEVELOPER: To test the package, write a json file in the testdata dir, and run the command make test
- Preferably the format should be
valid.json,valid1.jsonand so on
- Preferably the format should be
invalid.json,invalid1.jsonand so on