Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
487 views
in Technique[技术] by (71.8m points)

java - Gson - Automatic quote (") escaping?

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

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

Please log in or register to answer this question.

Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

2.1m questions

2.1m answers

60 comments

56.8k users

...