Use the (excellent) JSON-Java library from json.org then JSONObject json = new JSONObject(str); String xml = XML.toString(json); toString can take a second ...
確定! 回上一頁