Friday, 13 September 2013

Unicode null and JSON

Unicode null and JSON

I have a JSON object that when serialized gets the null Unicode character.
(The character is coming from a database.) I can replace the character
through java but it seems slightly hackish to look for a specific
character to fix. So I'm wondering if there's a way I can do it by just
changing the encoding. It's currently being encoded using UTF-8. Any
thoughts?

No comments:

Post a Comment