Ex: [
{
“a”:“b”,
“c”:{
“d”:“e”,
“f”:“g”
}
},
{
“h”:“i”,
“j”:“k”
}
]
format will be like this and we can expect more key ,values pairs. By using desearlize Json , it was thowing error because of the nested dictonaries, is there any other solution for this