toml: nested maps support

This commit is contained in:
MihailRis
2024-05-20 02:09:01 +03:00
parent c94d40ab02
commit 45862269e7
2 changed files with 14 additions and 7 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ class SettingsHandler;
namespace toml {
std::string stringify(SettingsHandler& handler);
std::string stringify(dynamic::Map& root);
std::string stringify(dynamic::Map& root, const std::string& name="");
dynamic::Map_sptr parse(std::string_view file, std::string_view source);
void parse(