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.
String を json オブジェクトに変換できないというエラーが表示されます。
この文字列を変換している間
{"user_id": "user_id: 140" };
フォーマットの問題によるエラー取得?
前もって感謝します..
これを試してみて JsonObject object=new JsonObject(jsonString);ください。文字列は JsonObject に変換されます。
JsonObject object=new JsonObject(jsonString);