On Saturday, 15 August 2015 at 05:03:52 UTC, Walter Bright wrote:
On 8/14/2015 9:58 PM, suliman wrote:
On Friday, 14 August 2015 at 20:44:59 UTC, Walter Bright wrote:
Config files will work fine with json format.
Walter, and what I should to do for commenting stringin config
for test purpose?
How it's can be done with json?
{ "comment" : "this is a comment" }
I really think that dmd should use same format as dub
json is a format that everybody understands, and dmd has json
code already in it (as dmd generates json files)
And you end up with each D tool having their own config format…
:-(
http://www.json2yaml.com/