On Wed, Apr 28, 2010 at 11:10 AM, Michael Torrie <[email protected]> wrote:
> There are different kinds of INI files, and they don't have to be flat.
>  For example you could do multiple, nested sections by doing something like:
>
> [path:to:my:section]

I've definitely seen a lot more "advanced" INI files that try to
introduce a hierarchical structure to the format.  Windows has
starting doing this in various places.  For example,

[Control Panel\Desktop]
Wallpaper=%SystemRoot%\Wallpaper.bmp

Or

[Hardware.Video]
Resolution=1600x1200

For whatever it's worth I agree with the sentiments already expressed
that JSON and YAML aren't worth it.  INI and XML are well-known,
well-supported, and can probably do anything you need.

Nick
--------------------
BYU Unix Users Group 
http://uug.byu.edu/ 

The opinions expressed in this message are the responsibility of their
author.  They are not endorsed by BYU, the BYU CS Department or BYU-UUG. 
___________________________________________________________________
List Info (unsubscribe here): http://uug.byu.edu/mailman/listinfo/uug-list

Reply via email to