The data is correct. JSON uses '\' as an escape character. Therefore if you want a single '\' in the final data you have to put '\' in the JSON.
確定! 回上一頁