I need help splitting all the values from a JSON format string into an array.
[{
"sno": "1",
"code": "bp150mb",
"quantity": null,
"name": "mudguard",
"company": "bajaj",
"vehicle": "pulsar",
"brand": "1",
"image": "N/A",
"color": "Black",
"price": "0"
}, {
"sn: "7",
"code": "P",
"quantity": "5",
"name": "",
"company": null,
"vehicle": "Not available",
"brand": "1",
"image": "N/A",
"color": "-",
"price": "0"
}]