问题
I'm experimenting with Google's new Firebase database service; and I was just wondering if it would be possible to push an entire JSON(Object?) to my database.
Thanks, Josh
回答1:
I parsed my JSONObject to a map using this and then saved to firebase using setValue().
来源:https://stackoverflow.com/questions/38270153/pushing-json-file-to-firebase-database-android