标签: android json gson jsonexception
我使用Gson从服务器反序列化我的有效负载。 Payload包含"jsonResult" JSONObject,其值为包含\"的字符串。所以,我知道"jsonResult"的数据结构并为底层数据创建了模型类。我想知道Gson会使用转义(\")字符反序列化此字符串,否则它将失败。
Gson
"jsonResult"
JSONObject
\"