[Solved] How can i parse this respose to my Array of string
Optional(“[\n \”Aircel\”,\n \”Airtel\”,\n \”BSNL\”,\n \”Idea MTV\”,\n \”MTNL\”,\n \”MTS\”,\n \”Reliance CDMA\”,\n \”Reliance GSM\”,\n \”Reliance JIO\”,\n \”TATA CDMA\”,\n \”TATA DOCOMO\”,\n \”Telenor\”,\n \”Videocon\”,\n \”Vodafone\”\n]”) is the same as this, just to visualize the data a little bit better Optional(“[ \”Aircel\”, \”Airtel\”, \”BSNL\”, \”Idea MTV\”, \”MTNL\”, \”MTS\”, \”Reliance CDMA\”, \”Reliance GSM\”, \”Reliance JIO\”, \”TATA CDMA\”, \”TATA DOCOMO\”, \”Telenor\”, \”Videocon\”, … Read more