I have a data which is coming like this
[
{
"3": "Foundation in Business",
"4": "0",
"5": "1103267.5",
"6": "4277417.5",
"7": "5168625",
"8": "6241805",
"9": "7383665",
"10": "8236385",
"11": "8645050",
"12": "2494100",
"13": "155555"
}
]
and i want it like this way
data : [ "Foundation in Business", "0", "1103267.5", "4277417.5", "5168625", "6241805", "7383665", "8236385", "8645050", "2494100", "155555" ]
Please help me with this ...