In a number of places, we pull in JSON files for configuration. proload supports YAML and JSONC, however, and for our config files those are often much nicer. Even JSONC is a bit of a clonk, though, and in places where we're outputting config information we still only support JSON.
In a number of places, we pull in JSON files for configuration. proload supports YAML and JSONC, however, and for our config files those are often much nicer. Even JSONC is a bit of a clonk, though, and in places where we're outputting config information we still only support JSON.
--format
flag that allows json, json5, and yaml values.