Can anyone help me with converting the following string into an array of objects?
{"Car":
"["
{"Carid":234,"CompanyCode":null}","
{"Carid":134,"CompanyCode":"maruti"}","
{"Carid":145,"CompanyCode":"sedan"}","
"]"
}
I attempted using JSON.parse, but it threw an error saying Unexpected token '{ ' at position 11
Then, I tried using eval, but it also resulted in an error stating Unexpected token ':'