This module contains implementation of settings container.
Similar to JSON, can be written/read to/from JSON.
Difference from usual JSON implementations: map (object) is ordered - will be written in the same order as read (or created).
Has a lot of methods for convenient storing/accessing of settings.
setting object
Settings object whith file information
setting types - same as in std.json
settings file format
Synopsis:
import dlangui.core.settings; Setting s = new Setting();
See Source File
Boost License 1.0
Vadim Lopatin, 2014
Vadim Lopatin, coolreader.org@gmail.com
This module contains implementation of settings container.
Similar to JSON, can be written/read to/from JSON.
Difference from usual JSON implementations: map (object) is ordered - will be written in the same order as read (or created).
Has a lot of methods for convenient storing/accessing of settings.