1
0
Fork 0
mirror of https://github.com/ethauvin/JSON-java.git synced 2025-06-17 07:50:52 -07:00

entityify

This commit is contained in:
Douglas Crockford 2012-10-26 01:52:58 -07:00
parent 7c14a3d8c2
commit f803a5db3e

View file

@ -31,11 +31,11 @@ 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 2011-02-11
* @version 2012-10-26
*/
public class XML {
/** The Character '&'. */
/** The Character '&'. */
public static final Character AMP = new Character('&');
/** The Character '''. */
@ -50,7 +50,7 @@ public class XML {
/** The Character '>'. */
public static final Character GT = new Character('>');
/** The Character '<'. */
/** The Character '&lt;'. */
public static final Character LT = new Character('<');
/** The Character '?'. */