How Can I parse a JSON ARRAY to get the data without the [] and \"\"
here is the json
\"formattedAddress\": [ \"23, Damansara - Puchong Hwy (Bandar
Use JSONArray.join():
getJSONArray("formattedAddress").join(","));