googlesheets{
dmkb_sheet = "1xEC8CPlKn654321wcoS_JB12345cPPiaA0M"
other_sheet = "123isS0M30TH3R1D"
}
I would like to use something like myConfig.getAsMap("googlesheets") and get the two nested entries as a Map. No such method exists. So what is the easiest way to load the two nested entries as a Map?