标签: android json jsonobject
我需要从数据库游标创建一个JSON字符串。我看到有两种方法可以使用JsonObject执行此操作,最后执行toString。或者我使用JsonWriter并将其流式传输到StringWriter。哪一个更好用,为什么?