I use ParseJson() to parse JSON information retrieved from a server. Everything works OK except some value includes "’;" which is actually a single quote character. I want to know if there is a better way to parse JSON to convert information like "’" to real characters.
Thanks!