clojure-ini
clojure-ini copied to clipboard
Added several parsing options
I've added several parsing options to parse hierarchies and lists that I've found in some ini files. Take a look at the test files to see what I mean.
I'm still quite new to clojure so I'm sure some of my code could be better.
This looks interesting. Could you point me to some resource which either discusses these hierarchies or some ini-files floating around on the internet using them?
The INI file that I originally found is part of dwarftherapist.
After some research this seems to be part of QT's settings format. beginWriteArray has a small example of the output keys. I can't seem to find an official specification or full example from QT!