std.data.json formal review
krutik khatri
krutikwork at gmail.com
Tue Jul 21 12:15:12 UTC 2020
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)
>You can also use https://yamlonline.com/ for the yaml validator
>as well as yaml converter to json,csv,xml,base64 also for
>beautify and minify YAML.
More information about the Digitalmars-d
mailing list