Gson 文字列を取得するコード:
String data = Jsoup.connect("http://localhost:9000/GetJson").get().data();
host:9000/GetJson からの「HTML」コンテンツ:
{"Backend":"{\"onlineGames\":{},\"games\":{}}"}
そして、私はこのエラーメッセージに行きます:
Unhandled content type. Must be text/*, application/xml, or application/xhtml+xml
誰かが私が間違っていた場所を教えてください:(
どうもありがとう。