Convert a Bundle to JSON

后端 未结 4 1747
攒了一身酷
攒了一身酷 2020-12-24 06:49

I\'d like to convert the an Intent\'s extras Bundle into a JSONObject so that I can pass it to/from JavaScript.

Is there a quick or best way to do this conversion? I

4条回答
  •  庸人自扰
    2020-12-24 07:32

    Here is a Gson type adapter factory that converts a Bundle to JSON.

    https://github.com/google-gson/typeadapters/blob/master/android/src/main/java/BundleTypeAdapterFactory.java

提交回复
热议问题