mirror of
https://github.com/stleary/JSON-java.git
synced 2025-08-03 11:25:30 -04:00
Fix NullPointerException in XML.toString(object, tagName)
Setting version date to match commit date.
This commit is contained in:
parent
09b6af4712
commit
6757e04c0a
2
XML.java
2
XML.java
@ -30,7 +30,7 @@ import java.util.Iterator;
|
|||||||
* This provides static methods to convert an XML text into a JSONObject,
|
* This provides static methods to convert an XML text into a JSONObject,
|
||||||
* and to covert a JSONObject into an XML text.
|
* and to covert a JSONObject into an XML text.
|
||||||
* @author JSON.org
|
* @author JSON.org
|
||||||
* @version 2015-10-14
|
* @version 2015-10-18
|
||||||
*/
|
*/
|
||||||
public class XML {
|
public class XML {
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user