Hi everyone,
I'm parsing json data and data contain some entries that have apostrophe like (Wooden's Hamble), whille parsing this i get error but i replace ' with \' from the query, now parsing goes fine but i get the name like (Wooden\'s Hamble), and i want to show data like Wooden's Hamble, wanna get rid of \ from name.
Thanks