how to convert arbitrary JSON to XML using BaseX?
问题 How is arbitrary JSON converted to arbitrary XML using BaseX ? I'm looking at JsonParser from BaseX for this specific solution. In this case, I have tweets using Twitter4J : package twitterBaseX; import java.io.IOException; import java.util.ArrayList; import java.util.List; import java.util.Properties; import java.util.logging.Logger; import main.LoadProps; import org.basex.core.BaseXException; import twitter4j.JSONException; import twitter4j.JSONObject; import twitter4j.Query; import