Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はorg.json.JSONObjectAndroidアプリで使用していますが、どうやらtoString()メソッドはエスケープする必要のないあらゆる種類の文字を自動エスケープします(つまり、文字列「auto/vehicle」は「auto\/vehicle」にエスケープされます)。それがあらゆる種類の問題を引き起こしています上流の。その動作をオーバーライドする方法はありますか?
org.json.JSONObject
toString()