Loading request...
Deprecate JSON in favor of YAML or Vanilla JS for configuration files. JSON is too strict and doesn't allow comments.
JSON is not the best format for configs. In general it's a bit strict and it doesn't allow comments. Could deprecate it in favor of YAML. Vanilla JS is also an option.