|
|
|
|
|
by flamey
2620 days ago
|
|
Lack of comments and illegal trailing commas is an artificial problem.
Implement/use non-strict mode to allow those and both of the issues for readability are gone. Perl JSON modules have this mode, making json files for simple config just fine. If you already using JSON in your program, theres no need to add more dependencies for other config file format. |
|