Hacker News new | ask | show | jobs
by ripperdoc 987 days ago
For validating the actual values and types in config files, I've been planning to use JSON Schema to define the configuration data and then validate files against it. But I haven't seen others talk about that a lot - is it something I'm missing?