Jackson adds backslash in json

后端 未结 8 1020
伪装坚强ぢ
伪装坚强ぢ 2020-12-31 00:55

I\'m building REST service on Jersey and using Jackson to produce JSON from java classes of my model. Model with absolutely simple values, I think

8条回答
  •  北海茫月
    2020-12-31 01:23

    It should not be a problem, just you need to parse it in javascript and use it : JSON.parse(response)

提交回复
热议问题