この形式のJava文字列があります
"{name:MyName, rage:200, height:100}"
そして、それを以下の形式にする必要がある JsonObject に変換する必要があります
{name:MyName, rage:200, height:100} // that is i want to remove the start and end double quotes fro the above string .
誰かがこれで私を助けることができますか?