im new with JSON and have had massive struggle trying to parse this JSON
{
"730": {
"success": true,
"data": {
"price_overview": {
"currency": "USD",
"initial": 1499,
"final": 1499,
"discount_percent": 0
}
}
}
}
I have tried different approaches but still struggle to get the value of initial in price_overview