|
|
|
|
|
by dietrichepp
1408 days ago
|
|
> JSON is not intended to be used in configs and other user-editable files. Yes, but it’s a bit late for that. It sounds like you’re advocating for a configuration format somewhere in the space between JSON and YAML. Not JSON, because it’s annoying to write by hand, no comments, no trailing commas. Not YAML, because of all those unintuitive edge cases like “no” (unquoted) being a Boolean. It sounds like the primary disagreement here is where in the design space between JSON and YAML is the right syntax for configuration files. |
|