config
config copied to clipboard
Allow validation of json against a json schema file
Hey and thanks for the library,
a nice addition could be to allow validation of the config against a defined schema file (for example via https://github.com/justinrainbow/json-schema).
Would you be interested in a pull request in that area?
Susi
Hi @psychomieze! Sorry for the late reply. Yes, a PR in this sense would be cool! 😄 But be sure to do it for the develop branch.
My only worry with this is that it would require another dependency, and I'm not sure if it's something most users want (I could be completely wrong though).
Could we do it in such a way that it's an optional dependency for those who need it?