I am new to JSON and I am trying to convert string to JSON object, I have got a string from this link http://hawttrends.appspot.com/api/terms/ I am trying to convert this data into Json Object, but while converting data into a json Object i am getting an error.
Error given by compiler that can't convert string to json object.
I got data in a String , but now I don't know how to convert this data into an object, please help me.