config in yaml or in json you decide
Timeline
Post
Remote status
Context
5
@twinspin6 @snacks That's why I like the INI-style configs. You have a header for a section in brackets and everything under is for that section. No whitespace needed. And there are a bunch of libraries for this. JSON is also pretty good, but can get annoying.
Meanwhile stuff like TOML and YAML have barely any libraries for parsing outside of python/rust and they suck to write.
Meanwhile stuff like TOML and YAML have barely any libraries for parsing outside of python/rust and they suck to write.
@phnt @snacks ini has literally all the parsing libraries yes
https://git.ondrovo.com/MightyPork/nini
https://git.ondrovo.com/MightyPork/nini
Replies
0
No replies yet.