7 ms·
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 again
by ripperdoc 3y 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?