...This library intended to read text of markup configurations files in uniform way. Text information from the file is loaded by your program as a structural tree. After slurping a *.config file we can supply the resulting objects to object instances of our program to let them configure themselves. So, it facilitates text information to supply configuration data to object-oriented software.
Advantage - we can use markups to mark just the groups of the parameters only. And we do obliged not to keep markups for the every Name=Value pairs like XML does.
...