Here I attached json result.
"properties": {
"id": 99,
"county": "Ashe",
"cen_lat": 36.4343964583676,
"cen_long": -81.5004915302458,
"county_id": "5",
"extent": "[-9099469.85881319,4333729.96758589,-9044051.86962052,4381852.80674575]"
}
when I read extent and getting result is
"[-9099469.85881319,4333729.96758589,-9044051.86962052,4381852.80674575]"
but I need
[-9099469.85881319,4333729.96758589,-9044051.86962052,4381852.80674575]
How can I get?