mirror of
https://github.com/ethauvin/JSON-java.git
synced 2025-06-17 07:50:52 -07:00
Fix NullPointerException in XML.toString(object, tagName)
Setting version date to match commit date.
This commit is contained in:
parent
09b6af4712
commit
6757e04c0a
1 changed files with 1 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue