resultString is "{lhs: "100 Indian rupees",rhs: "1.8612 U.S. dollars",error: "",icc: true}"
i have a string , in this four fields available . now how i can fetch second field of this string. Coz i want to use value = 1.8612 U.S. dollars. my problem is that my value is in double quotes but the key isn't. please help me in this parsing.