The solution of “double quotation marks become escape characters” in Java parsing JSON

Java StringEscapeUtils.unescapeHtml4 “24378;”

String newJson StringEscapeUtils.unescapeHtml4 (jsonStr);

Read More: