3 Feb
2020
3 Feb
'20
7:59 a.m.
Hi all, How is JSON converted to XML in order to ADD to a database? JSONObject jsonTweet = tweets.getJSONObject(Long.toString(id)); xmlStringTweet = XML.toString(jsonTweet); alternately, could the JSON simply get directly added to the database? see also: https://stackoverflow.com/q/60034291/262852 thanks, Thufir