[ad_1]
Try this:
let objectArray = json.map((each)=>{return JSON.parse(each)});
console.log(objectArray) // This will give you the required output
3
[ad_2]
solved How to remove double quotes from JSON Array
[ad_1]
Try this:
let objectArray = json.map((each)=>{return JSON.parse(each)});
console.log(objectArray) // This will give you the required output
3
[ad_2]
solved How to remove double quotes from JSON Array