How can I map or parse the series from the following JSON so that they can appear as integers?
{
"success": true
"data": {
"title": "Resumen de llantas TSV-400",
"categories": [
"400JZ-CCA",
"400JZ-NVA",
"400JZ-XTA",
"400JZ-REN",
"400JZ-SCR",
"400JZ-GAL"
],
"series": [
"90",
"28",
"17",
"223",
"1170",
"98"
]
}
}