mirror of
https://github.com/ethauvin/JSON-java.git
synced 2025-06-16 23:40:51 -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,
|
||||
* and to covert a JSONObject into an XML text.
|
||||
* @author JSON.org
|
||||
* @version 2015-10-14
|
||||
* @version 2015-10-18
|
||||
*/
|
||||
public class XML {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue