|
|
|
|
|
by bschwindHN
1762 days ago
|
|
JSON5 is nice. I use it for all our configuration files at work after evaluating a large list of configuration file formats. I've never really run into any frustration using it, whereas YAML, TOML, and others drive me crazy when I need to represent nested structures or arrays. https://json5.org/ |
|