to get an option by section, call get with a section and the option.
To get a global option call get' with null as section.
Just call get' without any parameters to get all sections and options.
The third parameter is an optional default value to return,
if the option is not set, this is practical when dealing with
editable files, to keep an application stable with default settings.