I'm using GSON on my Java EE server to provide some json to views.
In some object, I have long text, that can contains anything (like 'What a "great" news!').
I'm supprised that by default GSON doesn't escape the double quote, so it doesn't generate a valid JSON.
Is there a good way of doing this ?
question from:
https://stackoverflow.com/questions/7258858/gson-automatic-quote-escaping 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…