So having such json:
{
"config": {
"name": "myconfig",
"servecies": {
"module": [
"file",
"Admin",
"HR"
],
"notModule": "MyNotModule"
}
}
}
How to parse module array into multimap<string,string>? and is it possible to find out if module is an array and notModule is not?