Hi, it would be nice to have a way to have nesting in the config file, e.g.
{"activityGroups":{
"Exercise":{
"Outdoor":[
"Hiking",
"Jogging"
],
"Indoor":[
"Yoga",
"Workout"
]
}
}}
Would it be possible to add something like this or is it already implemented in another way?