diff --git a/CHANGELOG.md b/CHANGELOG.md index 06d5aef..d4c5349 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# Version 1.1.0 + +- Added the method `JSONObject#compact()` +- Added the method `JSONObject#toXML(String)` +- Added the method `JSONArray#toXML(String)` + + # Version 1.0.0 - Release \ No newline at end of file diff --git a/README.md b/README.md index b08d7d8..f98022f 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ It was a casting hell. And on top of that, you could not serialize and deseriali - [x] formatting and minimizing JSON data - [x] light weight JSON writing - [x] a `JSONObject` and `JSONArray` class allowing for reading and writing of JSON data even without serializing +- [x] converting JSON into XML # Requirements diff --git a/docs/allclasses-frame.html b/docs/allclasses-frame.html index a8e040d..6a8d08e 100644 --- a/docs/allclasses-frame.html +++ b/docs/allclasses-frame.html @@ -2,9 +2,9 @@ - + All Classes - + diff --git a/docs/allclasses-noframe.html b/docs/allclasses-noframe.html index a6d5933..312e987 100644 --- a/docs/allclasses-noframe.html +++ b/docs/allclasses-noframe.html @@ -2,9 +2,9 @@ - + All Classes - + diff --git a/docs/constant-values.html b/docs/constant-values.html index 092a83d..2fc18e5 100644 --- a/docs/constant-values.html +++ b/docs/constant-values.html @@ -2,9 +2,9 @@ - + Constant Field Values - + diff --git a/docs/de/ralleytn/simple/json/JSONArray.html b/docs/de/ralleytn/simple/json/JSONArray.html index af88be6..e4efd46 100644 --- a/docs/de/ralleytn/simple/json/JSONArray.html +++ b/docs/de/ralleytn/simple/json/JSONArray.html @@ -2,9 +2,9 @@ - + JSONArray - + @@ -18,7 +18,7 @@ catch(err) { } //--> -var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":9,"i20":9,"i21":9,"i22":9,"i23":9,"i24":9,"i25":9,"i26":9,"i27":9,"i28":9,"i29":10,"i30":10,"i31":10,"i32":10,"i33":10,"i34":9,"i35":9,"i36":9,"i37":9,"i38":9,"i39":9,"i40":9,"i41":9,"i42":9,"i43":9,"i44":10}; +var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":9,"i20":9,"i21":9,"i22":9,"i23":9,"i24":9,"i25":9,"i26":9,"i27":9,"i28":9,"i29":10,"i30":10,"i31":10,"i32":10,"i33":10,"i34":10,"i35":9,"i36":9,"i37":9,"i38":9,"i39":9,"i40":9,"i41":9,"i42":9,"i43":9,"i44":9,"i45":10}; var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; @@ -135,7 +135,7 @@

Class JSONArray

Since:
1.0.0
Version:
-
1.0.0
+
1.1.0
Author:
FangYidong(fangyidong@yahoo.com.cn), Ralph Niemitz/RalleYTN(ralph.niemitz@gmx.de)
See Also:
@@ -448,76 +448,80 @@

Method Summary

+java.lang.String +toXML(java.lang.String rootName)  + + static void writeJSONString(boolean[] array, java.io.Writer writer)
Encode an array into JSON text and write it to a Writer.
- + static void writeJSONString(byte[] array, java.io.Writer writer)
Encode an array into JSON text and write it to a Writer.
- + static void writeJSONString(char[] array, java.io.Writer writer)
Encode an array into JSON text and write it to a Writer.
- + static void writeJSONString(java.util.Collection<?> collection, java.io.Writer writer)
Encode a Collection into JSON text and write it to a Writer.
- + static void writeJSONString(double[] array, java.io.Writer writer)
Encode an array into JSON text and write it to a Writer.
- + static void writeJSONString(float[] array, java.io.Writer writer)
Encode an array into JSON text and write it to a Writer.
- + static void writeJSONString(int[] array, java.io.Writer writer)
Encode an array into JSON text and write it to a Writer.
- + static void writeJSONString(long[] array, java.io.Writer writer)
Encode an array into JSON text and write it to a Writer.
- + static void writeJSONString(short[] array, java.io.Writer writer)
Encode an array into JSON text and write it to a Writer.
- + static <T> void writeJSONString(T[] array, java.io.Writer writer)
Encode an array into JSON text and write it to a Writer.
- + void writeJSONString(java.io.Writer writer)
Writes a JSON encoded string on a Writer.
@@ -1720,7 +1724,7 @@

toObjectArray

- diff --git a/docs/de/ralleytn/simple/json/JSONAttribute.Type.html b/docs/de/ralleytn/simple/json/JSONAttribute.Type.html index 77f9b3f..287f006 100644 --- a/docs/de/ralleytn/simple/json/JSONAttribute.Type.html +++ b/docs/de/ralleytn/simple/json/JSONAttribute.Type.html @@ -2,9 +2,9 @@ - + JSONAttribute.Type - + diff --git a/docs/de/ralleytn/simple/json/JSONAttribute.html b/docs/de/ralleytn/simple/json/JSONAttribute.html index 26523fc..0f20407 100644 --- a/docs/de/ralleytn/simple/json/JSONAttribute.html +++ b/docs/de/ralleytn/simple/json/JSONAttribute.html @@ -2,9 +2,9 @@ - + JSONAttribute - + diff --git a/docs/de/ralleytn/simple/json/JSONAware.html b/docs/de/ralleytn/simple/json/JSONAware.html index ebd63c7..bfb941c 100644 --- a/docs/de/ralleytn/simple/json/JSONAware.html +++ b/docs/de/ralleytn/simple/json/JSONAware.html @@ -2,9 +2,9 @@ - + JSONAware - + diff --git a/docs/de/ralleytn/simple/json/JSONContainerFactory.html b/docs/de/ralleytn/simple/json/JSONContainerFactory.html index 4809116..535b203 100644 --- a/docs/de/ralleytn/simple/json/JSONContainerFactory.html +++ b/docs/de/ralleytn/simple/json/JSONContainerFactory.html @@ -2,9 +2,9 @@ - + JSONContainerFactory - + diff --git a/docs/de/ralleytn/simple/json/JSONContentHandler.html b/docs/de/ralleytn/simple/json/JSONContentHandler.html index f8df155..7d68928 100644 --- a/docs/de/ralleytn/simple/json/JSONContentHandler.html +++ b/docs/de/ralleytn/simple/json/JSONContentHandler.html @@ -2,9 +2,9 @@ - + JSONContentHandler - + diff --git a/docs/de/ralleytn/simple/json/JSONFormatter.html b/docs/de/ralleytn/simple/json/JSONFormatter.html index 7ac7a65..8f9440f 100644 --- a/docs/de/ralleytn/simple/json/JSONFormatter.html +++ b/docs/de/ralleytn/simple/json/JSONFormatter.html @@ -2,9 +2,9 @@ - + JSONFormatter - + @@ -108,7 +108,7 @@

Class JSONFormatter



  • -
    public final class JSONFormatter
    +
    public class JSONFormatter
     extends java.lang.Object
    Provides static methods for formatting and minimizing JSON data.
    diff --git a/docs/de/ralleytn/simple/json/JSONObject.html b/docs/de/ralleytn/simple/json/JSONObject.html index 685d4b6..5ff3ffc 100644 --- a/docs/de/ralleytn/simple/json/JSONObject.html +++ b/docs/de/ralleytn/simple/json/JSONObject.html @@ -2,9 +2,9 @@ - + JSONObject - + @@ -18,7 +18,7 @@ catch(err) { } //--> -var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":9,"i14":10,"i15":9,"i16":10}; +var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":9,"i15":10,"i16":10,"i17":9,"i18":10}; var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; @@ -135,7 +135,7 @@

    Class JSONObject

    Since:
    1.0.0
    Version:
    -
    1.0.0
    +
    1.1.0
    Author:
    FangYidong(fangyidong@yahoo.com.cn), Ralph Niemitz/RalleYTN(ralph.niemitz@gmx.de)
    See Also:
    @@ -209,37 +209,41 @@

    Method Summary

    Method and Description +JSONObject +compact()  + + JSONArray getArray(java.lang.String key)
    If the value already is a JSONArray, it will be casted and returned.
    - + java.lang.Boolean getBoolean(java.lang.String key)
    If the value is already a Boolean, it will be casted and returned.
    - + java.lang.Byte getByte(java.lang.String key)
    If the value is a Number, its byte value is returned.
    - + java.util.Date getDate(java.lang.String key, java.text.DateFormat format)
    If the value already is a Date, it will be casted and returned.
    - + java.lang.Double getDouble(java.lang.String key)
    If the value is a Number, its double value is returned.
    - + <T extends java.lang.Enum>
    T
    getEnum(java.lang.String key, java.lang.Class<T> type) @@ -247,64 +251,68 @@

    Method Summary

    in the given enum type, it will return the enum constant. - + java.lang.Float getFloat(java.lang.String key)
    If the value is a Number, its float value is returned.
    - + java.lang.Integer getInteger(java.lang.String key)
    If the value is a Number, its int value is returned.
    - + java.lang.Long getLong(java.lang.String key)
    If the value is a Number, its long value is returned.
    - + JSONObject getObject(java.lang.String key)
    If the value is a JSONObject already, it will be casted and returned.
    - + java.lang.Short getShort(java.lang.String key)
    If the value is a Number, its short value is returned.
    - + java.lang.String getString(java.lang.String key)
    Returns the same as the value's Object.toString() method.
    - + java.lang.String toJSONString()  - + static java.lang.String toJSONString(java.util.Map<?,?> map)
    Convert a Map to JSON text.
    - + java.lang.String toString()  - + +java.lang.String +toXML(java.lang.String rootName)  + + static void writeJSONString(java.util.Map<?,?> map, java.io.Writer writer)
    Encode a Map into JSON text and write it to out.
    - + void writeJSONString(java.io.Writer writer)
    Writes a JSON encoded string on a Writer.
    @@ -504,6 +512,21 @@

    toJSONString

  • + + + + @@ -772,7 +795,7 @@

    getDate

    - diff --git a/docs/de/ralleytn/simple/json/JSONParseException.html b/docs/de/ralleytn/simple/json/JSONParseException.html index da8d127..c502f82 100644 --- a/docs/de/ralleytn/simple/json/JSONParseException.html +++ b/docs/de/ralleytn/simple/json/JSONParseException.html @@ -2,9 +2,9 @@ - + JSONParseException - + diff --git a/docs/de/ralleytn/simple/json/JSONParser.html b/docs/de/ralleytn/simple/json/JSONParser.html index 148b871..a8a6318 100644 --- a/docs/de/ralleytn/simple/json/JSONParser.html +++ b/docs/de/ralleytn/simple/json/JSONParser.html @@ -2,9 +2,9 @@ - + JSONParser - + diff --git a/docs/de/ralleytn/simple/json/JSONRoot.html b/docs/de/ralleytn/simple/json/JSONRoot.html index 930de5c..c20b83a 100644 --- a/docs/de/ralleytn/simple/json/JSONRoot.html +++ b/docs/de/ralleytn/simple/json/JSONRoot.html @@ -2,9 +2,9 @@ - + JSONRoot - + diff --git a/docs/de/ralleytn/simple/json/JSONSerializer.html b/docs/de/ralleytn/simple/json/JSONSerializer.html index 46597c7..858dd3d 100644 --- a/docs/de/ralleytn/simple/json/JSONSerializer.html +++ b/docs/de/ralleytn/simple/json/JSONSerializer.html @@ -2,9 +2,9 @@ - + JSONSerializer - + diff --git a/docs/de/ralleytn/simple/json/JSONStreamAware.html b/docs/de/ralleytn/simple/json/JSONStreamAware.html index 40fc34f..a3438d6 100644 --- a/docs/de/ralleytn/simple/json/JSONStreamAware.html +++ b/docs/de/ralleytn/simple/json/JSONStreamAware.html @@ -2,9 +2,9 @@ - + JSONStreamAware - + diff --git a/docs/de/ralleytn/simple/json/JSONTypeSerializationHandler.html b/docs/de/ralleytn/simple/json/JSONTypeSerializationHandler.html index e7119f7..eb3ed02 100644 --- a/docs/de/ralleytn/simple/json/JSONTypeSerializationHandler.html +++ b/docs/de/ralleytn/simple/json/JSONTypeSerializationHandler.html @@ -2,9 +2,9 @@ - + JSONTypeSerializationHandler - + diff --git a/docs/de/ralleytn/simple/json/JSONValue.html b/docs/de/ralleytn/simple/json/JSONValue.html index 8477d00..23fd86e 100644 --- a/docs/de/ralleytn/simple/json/JSONValue.html +++ b/docs/de/ralleytn/simple/json/JSONValue.html @@ -2,9 +2,9 @@ - + JSONValue - + diff --git a/docs/de/ralleytn/simple/json/class-use/JSONArray.html b/docs/de/ralleytn/simple/json/class-use/JSONArray.html index 10efc07..16558d7 100644 --- a/docs/de/ralleytn/simple/json/class-use/JSONArray.html +++ b/docs/de/ralleytn/simple/json/class-use/JSONArray.html @@ -2,9 +2,9 @@ - + Uses of Class de.ralleytn.simple.json.JSONArray - + diff --git a/docs/de/ralleytn/simple/json/class-use/JSONAttribute.Type.html b/docs/de/ralleytn/simple/json/class-use/JSONAttribute.Type.html index ce8a344..8ee96d6 100644 --- a/docs/de/ralleytn/simple/json/class-use/JSONAttribute.Type.html +++ b/docs/de/ralleytn/simple/json/class-use/JSONAttribute.Type.html @@ -2,9 +2,9 @@ - + Uses of Class de.ralleytn.simple.json.JSONAttribute.Type - + diff --git a/docs/de/ralleytn/simple/json/class-use/JSONAttribute.html b/docs/de/ralleytn/simple/json/class-use/JSONAttribute.html index bd6f4d3..d9418a0 100644 --- a/docs/de/ralleytn/simple/json/class-use/JSONAttribute.html +++ b/docs/de/ralleytn/simple/json/class-use/JSONAttribute.html @@ -2,9 +2,9 @@ - + Uses of Class de.ralleytn.simple.json.JSONAttribute - + diff --git a/docs/de/ralleytn/simple/json/class-use/JSONAware.html b/docs/de/ralleytn/simple/json/class-use/JSONAware.html index 5ad7aad..ac823a2 100644 --- a/docs/de/ralleytn/simple/json/class-use/JSONAware.html +++ b/docs/de/ralleytn/simple/json/class-use/JSONAware.html @@ -2,9 +2,9 @@ - + Uses of Interface de.ralleytn.simple.json.JSONAware - + diff --git a/docs/de/ralleytn/simple/json/class-use/JSONContainerFactory.html b/docs/de/ralleytn/simple/json/class-use/JSONContainerFactory.html index 17bdeab..b40faec 100644 --- a/docs/de/ralleytn/simple/json/class-use/JSONContainerFactory.html +++ b/docs/de/ralleytn/simple/json/class-use/JSONContainerFactory.html @@ -2,9 +2,9 @@ - + Uses of Interface de.ralleytn.simple.json.JSONContainerFactory - + diff --git a/docs/de/ralleytn/simple/json/class-use/JSONContentHandler.html b/docs/de/ralleytn/simple/json/class-use/JSONContentHandler.html index cca9431..5e3fe57 100644 --- a/docs/de/ralleytn/simple/json/class-use/JSONContentHandler.html +++ b/docs/de/ralleytn/simple/json/class-use/JSONContentHandler.html @@ -2,9 +2,9 @@ - + Uses of Interface de.ralleytn.simple.json.JSONContentHandler - + diff --git a/docs/de/ralleytn/simple/json/class-use/JSONFormatter.html b/docs/de/ralleytn/simple/json/class-use/JSONFormatter.html index 9c68631..58bda09 100644 --- a/docs/de/ralleytn/simple/json/class-use/JSONFormatter.html +++ b/docs/de/ralleytn/simple/json/class-use/JSONFormatter.html @@ -2,9 +2,9 @@ - + Uses of Class de.ralleytn.simple.json.JSONFormatter - + diff --git a/docs/de/ralleytn/simple/json/class-use/JSONObject.html b/docs/de/ralleytn/simple/json/class-use/JSONObject.html index df92e8b..6bb7503 100644 --- a/docs/de/ralleytn/simple/json/class-use/JSONObject.html +++ b/docs/de/ralleytn/simple/json/class-use/JSONObject.html @@ -2,9 +2,9 @@ - + Uses of Class de.ralleytn.simple.json.JSONObject - + @@ -88,23 +88,27 @@

    Uses of JSONObject +JSONObject.compact()  + + +JSONObject JSONArray.getObject(int index)
    If the value is a JSONObject already, it will be casted and returned.
    - + JSONObject JSONObject.getObject(java.lang.String key)
    If the value is a JSONObject already, it will be casted and returned.
    - + static JSONObject JSONSerializer.serialize(java.lang.Object object)
    Converts a Java object into a JSONObject.
    - + JSONObject[] JSONArray.toObjectArray()
    Converts this JSONArray into an array of JSONObjects using the JSONArray.getObject(int) method.
    diff --git a/docs/de/ralleytn/simple/json/class-use/JSONParseException.html b/docs/de/ralleytn/simple/json/class-use/JSONParseException.html index f6d55d5..6d9c680 100644 --- a/docs/de/ralleytn/simple/json/class-use/JSONParseException.html +++ b/docs/de/ralleytn/simple/json/class-use/JSONParseException.html @@ -2,9 +2,9 @@ - + Uses of Class de.ralleytn.simple.json.JSONParseException - + diff --git a/docs/de/ralleytn/simple/json/class-use/JSONParser.html b/docs/de/ralleytn/simple/json/class-use/JSONParser.html index f4c2f26..1753c98 100644 --- a/docs/de/ralleytn/simple/json/class-use/JSONParser.html +++ b/docs/de/ralleytn/simple/json/class-use/JSONParser.html @@ -2,9 +2,9 @@ - + Uses of Class de.ralleytn.simple.json.JSONParser - + diff --git a/docs/de/ralleytn/simple/json/class-use/JSONRoot.html b/docs/de/ralleytn/simple/json/class-use/JSONRoot.html index 5c02bcf..b4bc6da 100644 --- a/docs/de/ralleytn/simple/json/class-use/JSONRoot.html +++ b/docs/de/ralleytn/simple/json/class-use/JSONRoot.html @@ -2,9 +2,9 @@ - + Uses of Class de.ralleytn.simple.json.JSONRoot - + diff --git a/docs/de/ralleytn/simple/json/class-use/JSONSerializer.html b/docs/de/ralleytn/simple/json/class-use/JSONSerializer.html index 4d4d379..730b40e 100644 --- a/docs/de/ralleytn/simple/json/class-use/JSONSerializer.html +++ b/docs/de/ralleytn/simple/json/class-use/JSONSerializer.html @@ -2,9 +2,9 @@ - + Uses of Class de.ralleytn.simple.json.JSONSerializer - + diff --git a/docs/de/ralleytn/simple/json/class-use/JSONStreamAware.html b/docs/de/ralleytn/simple/json/class-use/JSONStreamAware.html index 29fa2dc..73fd5c7 100644 --- a/docs/de/ralleytn/simple/json/class-use/JSONStreamAware.html +++ b/docs/de/ralleytn/simple/json/class-use/JSONStreamAware.html @@ -2,9 +2,9 @@ - + Uses of Interface de.ralleytn.simple.json.JSONStreamAware - + diff --git a/docs/de/ralleytn/simple/json/class-use/JSONTypeSerializationHandler.html b/docs/de/ralleytn/simple/json/class-use/JSONTypeSerializationHandler.html index a14c72d..aa2524f 100644 --- a/docs/de/ralleytn/simple/json/class-use/JSONTypeSerializationHandler.html +++ b/docs/de/ralleytn/simple/json/class-use/JSONTypeSerializationHandler.html @@ -2,9 +2,9 @@ - + Uses of Interface de.ralleytn.simple.json.JSONTypeSerializationHandler - + diff --git a/docs/de/ralleytn/simple/json/class-use/JSONValue.html b/docs/de/ralleytn/simple/json/class-use/JSONValue.html index a37bccf..ec1895c 100644 --- a/docs/de/ralleytn/simple/json/class-use/JSONValue.html +++ b/docs/de/ralleytn/simple/json/class-use/JSONValue.html @@ -2,9 +2,9 @@ - + Uses of Class de.ralleytn.simple.json.JSONValue - + diff --git a/docs/de/ralleytn/simple/json/package-frame.html b/docs/de/ralleytn/simple/json/package-frame.html index bd39d62..2a45f01 100644 --- a/docs/de/ralleytn/simple/json/package-frame.html +++ b/docs/de/ralleytn/simple/json/package-frame.html @@ -2,9 +2,9 @@ - + de.ralleytn.simple.json - + diff --git a/docs/de/ralleytn/simple/json/package-summary.html b/docs/de/ralleytn/simple/json/package-summary.html index 2944f03..903a856 100644 --- a/docs/de/ralleytn/simple/json/package-summary.html +++ b/docs/de/ralleytn/simple/json/package-summary.html @@ -2,9 +2,9 @@ - + de.ralleytn.simple.json - + diff --git a/docs/de/ralleytn/simple/json/package-tree.html b/docs/de/ralleytn/simple/json/package-tree.html index be55c86..1e3aa57 100644 --- a/docs/de/ralleytn/simple/json/package-tree.html +++ b/docs/de/ralleytn/simple/json/package-tree.html @@ -2,9 +2,9 @@ - + de.ralleytn.simple.json Class Hierarchy - + diff --git a/docs/de/ralleytn/simple/json/package-use.html b/docs/de/ralleytn/simple/json/package-use.html index 21c8826..454f825 100644 --- a/docs/de/ralleytn/simple/json/package-use.html +++ b/docs/de/ralleytn/simple/json/package-use.html @@ -2,9 +2,9 @@ - + Uses of Package de.ralleytn.simple.json - + diff --git a/docs/deprecated-list.html b/docs/deprecated-list.html index 3de8b89..ceca3fe 100644 --- a/docs/deprecated-list.html +++ b/docs/deprecated-list.html @@ -2,9 +2,9 @@ - + Deprecated List - + diff --git a/docs/help-doc.html b/docs/help-doc.html index c37e079..f16caff 100644 --- a/docs/help-doc.html +++ b/docs/help-doc.html @@ -2,9 +2,9 @@ - + API Help - + diff --git a/docs/index-files/index-1.html b/docs/index-files/index-1.html index cf978a5..1aa6f56 100644 --- a/docs/index-files/index-1.html +++ b/docs/index-files/index-1.html @@ -2,9 +2,9 @@ - + C-Index - + @@ -73,6 +73,8 @@

    C

    +
    compact() - Method in class de.ralleytn.simple.json.JSONObject
    +
     
    creatArrayContainer() - Method in interface de.ralleytn.simple.json.JSONContainerFactory
     
    createObjectContainer() - Method in interface de.ralleytn.simple.json.JSONContainerFactory
    diff --git a/docs/index-files/index-10.html b/docs/index-files/index-10.html index 4b628d8..86ff84c 100644 --- a/docs/index-files/index-10.html +++ b/docs/index-files/index-10.html @@ -2,9 +2,9 @@ - + S-Index - + diff --git a/docs/index-files/index-11.html b/docs/index-files/index-11.html index 313d971..9779ec1 100644 --- a/docs/index-files/index-11.html +++ b/docs/index-files/index-11.html @@ -2,9 +2,9 @@ - + T-Index - + @@ -171,6 +171,10 @@

    T

    Converts this JSONArray into an array of Strings using the getString(int) method.
    +
    toXML(String) - Method in class de.ralleytn.simple.json.JSONArray
    +
     
    +
    toXML(String) - Method in class de.ralleytn.simple.json.JSONObject
    +
     
    C D E F G J M P R S T V W  diff --git a/docs/index-files/index-12.html b/docs/index-files/index-12.html index 36d645b..d780764 100644 --- a/docs/index-files/index-12.html +++ b/docs/index-files/index-12.html @@ -2,9 +2,9 @@ - + V-Index - + diff --git a/docs/index-files/index-13.html b/docs/index-files/index-13.html index 7244cb1..bb7d497 100644 --- a/docs/index-files/index-13.html +++ b/docs/index-files/index-13.html @@ -2,9 +2,9 @@ - + W-Index - + diff --git a/docs/index-files/index-2.html b/docs/index-files/index-2.html index 01cd156..0bcbb2a 100644 --- a/docs/index-files/index-2.html +++ b/docs/index-files/index-2.html @@ -2,9 +2,9 @@ - + D-Index - + diff --git a/docs/index-files/index-3.html b/docs/index-files/index-3.html index 86b110c..c8eec12 100644 --- a/docs/index-files/index-3.html +++ b/docs/index-files/index-3.html @@ -2,9 +2,9 @@ - + E-Index - + diff --git a/docs/index-files/index-4.html b/docs/index-files/index-4.html index faaae9b..feb00d4 100644 --- a/docs/index-files/index-4.html +++ b/docs/index-files/index-4.html @@ -2,9 +2,9 @@ - + F-Index - + diff --git a/docs/index-files/index-5.html b/docs/index-files/index-5.html index 3ed7acb..72d68bf 100644 --- a/docs/index-files/index-5.html +++ b/docs/index-files/index-5.html @@ -2,9 +2,9 @@ - + G-Index - + diff --git a/docs/index-files/index-6.html b/docs/index-files/index-6.html index 4b4eb43..b88fb02 100644 --- a/docs/index-files/index-6.html +++ b/docs/index-files/index-6.html @@ -2,9 +2,9 @@ - + J-Index - + diff --git a/docs/index-files/index-7.html b/docs/index-files/index-7.html index 0bb3421..d8b3650 100644 --- a/docs/index-files/index-7.html +++ b/docs/index-files/index-7.html @@ -2,9 +2,9 @@ - + M-Index - + diff --git a/docs/index-files/index-8.html b/docs/index-files/index-8.html index f36990c..760bedf 100644 --- a/docs/index-files/index-8.html +++ b/docs/index-files/index-8.html @@ -2,9 +2,9 @@ - + P-Index - + diff --git a/docs/index-files/index-9.html b/docs/index-files/index-9.html index e94147f..31e314d 100644 --- a/docs/index-files/index-9.html +++ b/docs/index-files/index-9.html @@ -2,9 +2,9 @@ - + R-Index - + diff --git a/docs/index.html b/docs/index.html index 603c789..28ed42b 100644 --- a/docs/index.html +++ b/docs/index.html @@ -2,7 +2,7 @@ - + Generated Documentation (Untitled) diff --git a/docs/serialized-form.html b/docs/serialized-form.html index c640da5..5c4b3bb 100644 --- a/docs/serialized-form.html +++ b/docs/serialized-form.html @@ -2,9 +2,9 @@ - + Serialized Form - +