{
"columnreq": [
{
"column": "date",
"datatype": "string"
},
{"column": "name",
"datatype": "int"
}
],
"databaseName": "test",
"sourceTableName": "department"
}
I want to read the values using jackson and get the values of column
and datatype
in single variables with variable names as column
and datatype
in a list or a map.