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