1
0
Fork 0
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:
Sean Leary 2015-10-18 10:23:43 -05:00
parent 09b6af4712
commit 6757e04c0a

View file

@ -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 {