Preferred program config file format and parsing library?

Stefan Koch via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sat Aug 2 09:56:57 PDT 2014


On Saturday, 2 August 2014 at 12:42:00 UTC, Gary Willoughby wrote:
> What is the preferred format people here use for program config 
> files? Json, Xml, ini, etc?
>
> Also what libraries exist to parse the preferred format?

for me json is nice because it is  virtually everywhere.
for most casese std.json is enough but I use vibe.d for 
serialisation


More information about the Digitalmars-d-learn mailing list