digitalmars.D.learn - writing config files
- David Ferenczi (5/5) May 05 2007 I'm looking for library functions for writing section-key-value structur...
- Frank Benoit (3/12) May 06 2007 in Phobos see std.openrj
- Tomas Lindquist Olsen (3/16) May 06 2007 There is also the INI module over at dprogramming.com.
- David Ferenczi (2/21) May 06 2007 Many thanks! I will take a look at!
- David Ferenczi (2/15) May 06 2007 Thank you very much. I overlooked this.
- Henning Hasemann (6/9) May 07 2007 I think I will run into the same problem soon, too.
- Aarti_pl (8/20) May 07 2007 I did not use it but following link
- Henning Hasemann (2/8) May 07 2007 Wow, thanks a lot, I wonder how I was able to overlook it :)
- Chris Nicholson-Sauls (3/13) May 10 2007 Actually that (ugly) thing needs a complete rewrite... I'm just waiting ...
I'm looking for library functions for writing section-key-value structured config files. Can you give me some hints? Many thanks, David
May 05 2007
David Ferenczi schrieb:I'm looking for library functions for writing section-key-value structured config files. Can you give me some hints? Many thanks, Davidin Phobos see std.openrj in Tango see tango.text.Properties
May 06 2007
Frank Benoit wrote:David Ferenczi schrieb:There is also the INI module over at dprogramming.com. http://www.dprogramming.com/ini.phpI'm looking for library functions for writing section-key-value structured config files. Can you give me some hints? Many thanks, Davidin Phobos see std.openrj in Tango see tango.text.Properties
May 06 2007
Tomas Lindquist Olsen wrote:Frank Benoit wrote:Many thanks! I will take a look at!David Ferenczi schrieb:There is also the INI module over at dprogramming.com. http://www.dprogramming.com/ini.phpI'm looking for library functions for writing section-key-value structured config files. Can you give me some hints? Many thanks, Davidin Phobos see std.openrj in Tango see tango.text.Properties
May 06 2007
Frank Benoit wrote:David Ferenczi schrieb:Thank you very much. I overlooked this.I'm looking for library functions for writing section-key-value structured config files. Can you give me some hints? Many thanks, Davidin Phobos see std.openrj in Tango see tango.text.Properties
May 06 2007
On Sun, 06 May 2007 08:41:57 +0200 David Ferenczi <raggae ferenczi.net> wrote:I'm looking for library functions for writing section-key-value structured config files.I think I will run into the same problem soon, too. But my first thought was JSON. Does anybody know, if there are parsers for that available? Henning
May 07 2007
Henning Hasemann napisaĆ(a):On Sun, 06 May 2007 08:41:57 +0200 David Ferenczi <raggae ferenczi.net> wrote:I did not use it but following link http://www.dsource.org/projects/cashew/wiki/WikiStart might be helpful. BTW it's from json.org main page :-) Regards Marcin Kuszczak (aarti_pl)I'm looking for library functions for writing section-key-value structured config files.I think I will run into the same problem soon, too. But my first thought was JSON. Does anybody know, if there are parsers for that available? Henning
May 07 2007
I did not use it but following link http://www.dsource.org/projects/cashew/wiki/WikiStart might be helpful. BTW it's from json.org main page :-)Wow, thanks a lot, I wonder how I was able to overlook it :) Henning
May 07 2007
Henning Hasemann wrote:Actually that (ugly) thing needs a complete rewrite... I'm just waiting on some things. -- Chris Nicholson-SaulsI did not use it but following link http://www.dsource.org/projects/cashew/wiki/WikiStart might be helpful. BTW it's from json.org main page :-)Wow, thanks a lot, I wonder how I was able to overlook it :) Henning
May 10 2007