By default, gson Unicode escapes certain characters, of which '
is one. (See HTML_SAFE_REPLACEMENT_CHARS
in JsonWriter for the complete list.)
To disable this, do
builder.disableHtmlEscaping();
By default, gson Unicode escapes certain characters, of which '
is one. (See HTML_SAFE_REPLACEMENT_CHARS
in JsonWriter for the complete list.)
To disable this, do
builder.disableHtmlEscaping();