cyanskies / another-toml-cpp

MIT License
1 stars 0 forks source link

Support finding nodes using dotted keys #4

Closed cyanskies closed 1 year ago

cyanskies commented 1 year ago

Should be able to search for child nodes using dotted keys, eg. auto c_d = root_rode.find_child("a.b.\"c.d\"");