I am parsing data via jSON where I am getting a special character(occasionally) \b, that is being fetched from the database and sent as jSON response. The fetched data is shown in ListView but the data is shown as DemoData[](something like this).
I have few issues regarding the \b character,
- Is
DemoData[]&DemoDatasame ? EDIT 1:- It is not - How to remove the special character ? EDIT 1:- This issue has been resolved.
Please guide me for a more concrete solution since the special character appears occasionally.
You can replace all your “\b” characters with “”
Hope it will help you.