I have this Android application where I have to show users the routes. For this, I use the Google Directions API. This includes querying their URL and getting JSON as a result. Now the problem is this: the directions of movement are inside the TAG / Name - "html-instructions". Here I get directions, but it is embedded in Unicode characters, for example.
"html_instructions": "Take the 1st die \ u003c / b \ u003e toward \ u003cb \ u003eBannerugatta Rd \ u003c / b \ u003e"
How can I get rid of these unicode values and get plain text from it.
Please, help
Ankit source
share