Function Setting.objectByPath

get (or optionally create) object (map) by slash delimited path (e.g. key1/subkey2/subkey3)

Setting objectByPath(
  string path,
  bool createIfNotExist = false
);