有没有一种简单的方法可以在Android中将任何对象转换为JSON?
大多数人都在使用gson:检查此
Gson gson = new Gson(); String json = gson.toJson(myObj);