diff --git a/META-INF/MANIFEST.MF b/META-INF/MANIFEST.MF deleted file mode 100644 index 025de46..0000000 --- a/META-INF/MANIFEST.MF +++ /dev/null @@ -1,6 +0,0 @@ -Manifest-Version: 1.0 -Archiver-Version: Plexus Archiver -Created-By: Apache Maven -Built-By: Benjamin -Build-Jdk: 1.8.0_05 - diff --git a/allclasses-frame.html b/docs/allclasses-frame.html similarity index 65% rename from allclasses-frame.html rename to docs/allclasses-frame.html index 0a63484..bcf41c4 100644 --- a/allclasses-frame.html +++ b/docs/allclasses-frame.html @@ -1,35 +1,41 @@ - - - - - - -All Classes (JSON in Java 20160212 API) - - - - - -

All Classes

-
- -
- - + + + + + +All Classes + + + + + +

All Classes

+
+ +
+ + diff --git a/allclasses-noframe.html b/docs/allclasses-noframe.html similarity index 64% rename from allclasses-noframe.html rename to docs/allclasses-noframe.html index 147fa66..f6aef55 100644 --- a/allclasses-noframe.html +++ b/docs/allclasses-noframe.html @@ -1,35 +1,41 @@ - - - - - - -All Classes (JSON in Java 20160212 API) - - - - - -

All Classes

-
- -
- - + + + + + +All Classes + + + + + +

All Classes

+
+ +
+ + diff --git a/constant-values.html b/docs/constant-values.html similarity index 68% rename from constant-values.html rename to docs/constant-values.html index c1ab35a..f7f4adc 100644 --- a/constant-values.html +++ b/docs/constant-values.html @@ -1,153 +1,175 @@ - - - - - - -Constant Field Values (JSON in Java 20160212 API) - - - - - - - - -
- - -
Skip navigation links
- - - - -
- - -
-

Constant Field Values

-

Contents

- -
-
- - -

org.json.*

- -
- -
- - -
Skip navigation links
- - - - -
- - -

Copyright © 2016. All Rights Reserved.

- - + + + + + +Constant Field Values + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Constant Field Values

+

Contents

+ +
+
+ + +

org.json.*

+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/deprecated-list.html b/docs/deprecated-list.html similarity index 58% rename from deprecated-list.html rename to docs/deprecated-list.html index 16dd088..61b9a2a 100644 --- a/deprecated-list.html +++ b/docs/deprecated-list.html @@ -1,148 +1,167 @@ - - - - - - -Deprecated List (JSON in Java 20160212 API) - - - - - - - - -
- - -
Skip navigation links
- - - - -
- - -
-

Deprecated API

-

Contents

- -
-
- - - -
- -
- - -
Skip navigation links
- - - - -
- - -

Copyright © 2016. All Rights Reserved.

- - + + + + + +Deprecated List + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Deprecated API

+

Contents

+ +
+
+ + + +
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/help-doc.html b/docs/help-doc.html similarity index 88% rename from help-doc.html rename to docs/help-doc.html index 9bff898..0b6c62f 100644 --- a/help-doc.html +++ b/docs/help-doc.html @@ -1,225 +1,217 @@ - - - - - - -API Help (JSON in Java 20160212 API) - - - - - - - - -
- - -
Skip navigation links
- - - - -
- - -
-

How This API Document Is Organized

-
This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.
-
-
- -This help file applies to API documentation generated using the standard doclet.
- -
- - -
Skip navigation links
- - - - -
- - -

Copyright © 2016. All Rights Reserved.

- - + + + + + +API Help + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

How This API Document Is Organized

+
This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.
+
+
+ +This help file applies to API documentation generated using the standard doclet.
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/index-all.html b/docs/index-all.html similarity index 68% rename from index-all.html rename to docs/index-all.html index 088dccb..7b31a59 100644 --- a/index-all.html +++ b/docs/index-all.html @@ -1,1263 +1,1658 @@ - - - - - - -Index (JSON in Java 20160212 API) - - - - - - - - -
- - -
Skip navigation links
- - - - -
- - -
A B C D E G H I J K L M N O P Q R S T U V W X  - - -

A

-
-
accumulate(String, Object) - Method in class org.json.JSONObject
-
-
Accumulate values under a key.
-
-
AMP - Static variable in class org.json.XML
-
-
The Character '&'.
-
-
APOS - Static variable in class org.json.XML
-
-
The Character '''.
-
-
append(String, Object) - Method in class org.json.JSONObject
-
-
Append values to the array under a key.
-
-
array() - Method in class org.json.JSONWriter
-
-
Begin appending a new array.
-
-
- - - -

B

-
-
back() - Method in class org.json.JSONTokener
-
-
Back up one character.
-
-
BANG - Static variable in class org.json.XML
-
-
The Character '!'.
-
-
- - - -

C

-
-
CDL - Class in org.json
-
-
This provides static methods to convert comma delimited text into a - JSONArray, and to convert a JSONArray into comma delimited text.
-
-
CDL() - Constructor for class org.json.CDL
-
 
-
Cookie - Class in org.json
-
-
Convert a web browser cookie specification to a JSONObject and back.
-
-
Cookie() - Constructor for class org.json.Cookie
-
 
-
CookieList - Class in org.json
-
-
Convert a web browser cookie list string to a JSONObject and back.
-
-
CookieList() - Constructor for class org.json.CookieList
-
 
-
CRLF - Static variable in class org.json.HTTP
-
-
Carriage return/line feed.
-
-
- - - -

D

-
-
dehexchar(char) - Static method in class org.json.JSONTokener
-
-
Get the hex value of a character (base16).
-
-
doubleToString(double) - Static method in class org.json.JSONObject
-
-
Produce a string from a double.
-
-
- - - -

E

-
-
end() - Method in class org.json.JSONTokener
-
 
-
endArray() - Method in class org.json.JSONWriter
-
-
End an array.
-
-
endObject() - Method in class org.json.JSONWriter
-
-
End an object.
-
-
entity - Static variable in class org.json.XMLTokener
-
-
The table of entity values.
-
-
EQ - Static variable in class org.json.XML
-
-
The Character '='.
-
-
escape(String) - Static method in class org.json.Cookie
-
-
Produce a copy of a string in which the characters '+', '%', '=', ';' - and control characters are replaced with "%hh".
-
-
escape(String) - Static method in class org.json.XML
-
-
Replace special characters with XML escapes: - - - & (ampersand) is replaced by &amp; - < (less than) is replaced by &lt; - > (greater than) is replaced by &gt; - " (double quote) is replaced by &quot; -
-
-
- - - -

G

-
-
get(int) - Method in class org.json.JSONArray
-
-
Get the object value associated with an index.
-
-
get(String) - Method in class org.json.JSONObject
-
-
Get the value object associated with a key.
-
-
getBigDecimal(int) - Method in class org.json.JSONArray
-
-
Get the BigDecimal value associated with an index.
-
-
getBigDecimal(String) - Method in class org.json.JSONObject
-
-
Get the BigDecimal value associated with a key.
-
-
getBigInteger(int) - Method in class org.json.JSONArray
-
-
Get the BigInteger value associated with an index.
-
-
getBigInteger(String) - Method in class org.json.JSONObject
-
-
Get the BigInteger value associated with a key.
-
-
getBoolean(int) - Method in class org.json.JSONArray
-
-
Get the boolean value associated with an index.
-
-
getBoolean(String) - Method in class org.json.JSONObject
-
-
Get the boolean value associated with a key.
-
-
getDouble(int) - Method in class org.json.JSONArray
-
-
Get the double value associated with an index.
-
-
getDouble(String) - Method in class org.json.JSONObject
-
-
Get the double value associated with a key.
-
-
getEnum(Class<E>, int) - Method in class org.json.JSONArray
-
-
Get the enum value associated with an index.
-
-
getEnum(Class<E>, String) - Method in class org.json.JSONObject
-
-
Get the enum value associated with a key.
-
-
getInt(int) - Method in class org.json.JSONArray
-
-
Get the int value associated with an index.
-
-
getInt(String) - Method in class org.json.JSONObject
-
-
Get the int value associated with a key.
-
-
getJSONArray(int) - Method in class org.json.JSONArray
-
-
Get the JSONArray associated with an index.
-
-
getJSONArray(String) - Method in class org.json.JSONObject
-
-
Get the JSONArray value associated with a key.
-
-
getJSONObject(int) - Method in class org.json.JSONArray
-
-
Get the JSONObject associated with an index.
-
-
getJSONObject(String) - Method in class org.json.JSONObject
-
-
Get the JSONObject value associated with a key.
-
-
getLong(int) - Method in class org.json.JSONArray
-
-
Get the long value associated with an index.
-
-
getLong(String) - Method in class org.json.JSONObject
-
-
Get the long value associated with a key.
-
-
getNames(JSONObject) - Static method in class org.json.JSONObject
-
-
Get an array of field names from a JSONObject.
-
-
getNames(Object) - Static method in class org.json.JSONObject
-
-
Get an array of field names from an Object.
-
-
getString(int) - Method in class org.json.JSONArray
-
-
Get the string associated with an index.
-
-
getString(String) - Method in class org.json.JSONObject
-
-
Get the string associated with a key.
-
-
GT - Static variable in class org.json.XML
-
-
The Character '>'.
-
-
- - - -

H

-
-
has(String) - Method in class org.json.JSONObject
-
-
Determine if the JSONObject contains a specific key.
-
-
HTTP - Class in org.json
-
-
Convert an HTTP header to a JSONObject and back.
-
-
HTTP() - Constructor for class org.json.HTTP
-
 
-
HTTPTokener - Class in org.json
-
-
The HTTPTokener extends the JSONTokener to provide additional methods - for the parsing of HTTP headers.
-
-
HTTPTokener(String) - Constructor for class org.json.HTTPTokener
-
-
Construct an HTTPTokener from a string.
-
-
- - - -

I

-
-
increment(String) - Method in class org.json.JSONObject
-
-
Increment a property of a JSONObject.
-
-
isNull(int) - Method in class org.json.JSONArray
-
-
Determine if the value is null.
-
-
isNull(String) - Method in class org.json.JSONObject
-
-
Determine if the value associated with the key is null or if there is no - value.
-
-
iterator() - Method in class org.json.JSONArray
-
 
-
- - - -

J

-
-
join(String) - Method in class org.json.JSONArray
-
-
Make a string from the contents of this JSONArray.
-
-
JSONArray - Class in org.json
-
-
A JSONArray is an ordered sequence of values.
-
-
JSONArray() - Constructor for class org.json.JSONArray
-
-
Construct an empty JSONArray.
-
-
JSONArray(JSONTokener) - Constructor for class org.json.JSONArray
-
-
Construct a JSONArray from a JSONTokener.
-
-
JSONArray(String) - Constructor for class org.json.JSONArray
-
-
Construct a JSONArray from a source JSON text.
-
-
JSONArray(Collection<?>) - Constructor for class org.json.JSONArray
-
-
Construct a JSONArray from a Collection.
-
-
JSONArray(Object) - Constructor for class org.json.JSONArray
-
-
Construct a JSONArray from an array
-
-
JSONException - Exception in org.json
-
-
The JSONException is thrown by the JSON.org classes when things are amiss.
-
-
JSONException(String) - Constructor for exception org.json.JSONException
-
-
Constructs a JSONException with an explanatory message.
-
-
JSONException(String, Throwable) - Constructor for exception org.json.JSONException
-
-
Constructs a JSONException with an explanatory message and cause.
-
-
JSONException(Throwable) - Constructor for exception org.json.JSONException
-
-
Constructs a new JSONException with the specified cause.
-
-
JSONML - Class in org.json
-
-
This provides static methods to convert an XML text into a JSONArray or - JSONObject, and to covert a JSONArray or JSONObject into an XML text using - the JsonML transform.
-
-
JSONML() - Constructor for class org.json.JSONML
-
 
-
JSONObject - Class in org.json
-
-
A JSONObject is an unordered collection of name/value pairs.
-
-
JSONObject() - Constructor for class org.json.JSONObject
-
-
Construct an empty JSONObject.
-
-
JSONObject(JSONObject, String[]) - Constructor for class org.json.JSONObject
-
-
Construct a JSONObject from a subset of another JSONObject.
-
-
JSONObject(JSONTokener) - Constructor for class org.json.JSONObject
-
-
Construct a JSONObject from a JSONTokener.
-
-
JSONObject(Map<?, ?>) - Constructor for class org.json.JSONObject
-
-
Construct a JSONObject from a Map.
-
-
JSONObject(Object) - Constructor for class org.json.JSONObject
-
-
Construct a JSONObject from an Object using bean getters.
-
-
JSONObject(Object, String[]) - Constructor for class org.json.JSONObject
-
-
Construct a JSONObject from an Object, using reflection to find the - public members.
-
-
JSONObject(String) - Constructor for class org.json.JSONObject
-
-
Construct a JSONObject from a source JSON text string.
-
-
JSONObject(String, Locale) - Constructor for class org.json.JSONObject
-
-
Construct a JSONObject from a ResourceBundle.
-
-
JSONString - Interface in org.json
-
-
The JSONString interface allows a toJSONString() - method so that a class can change the behavior of - JSONObject.toString(), JSONArray.toString(), - and JSONWriter.value(Object).
-
-
JSONStringer - Class in org.json
-
-
JSONStringer provides a quick and convenient way of producing JSON text.
-
-
JSONStringer() - Constructor for class org.json.JSONStringer
-
-
Make a fresh JSONStringer.
-
-
JSONTokener - Class in org.json
-
-
A JSONTokener takes a source string and extracts characters and tokens from - it.
-
-
JSONTokener(Reader) - Constructor for class org.json.JSONTokener
-
-
Construct a JSONTokener from a Reader.
-
-
JSONTokener(InputStream) - Constructor for class org.json.JSONTokener
-
-
Construct a JSONTokener from an InputStream.
-
-
JSONTokener(String) - Constructor for class org.json.JSONTokener
-
-
Construct a JSONTokener from a string.
-
-
JSONWriter - Class in org.json
-
-
JSONWriter provides a quick and convenient way of producing JSON text.
-
-
JSONWriter(Writer) - Constructor for class org.json.JSONWriter
-
-
Make a fresh JSONWriter.
-
-
- - - -

K

-
-
key(String) - Method in class org.json.JSONWriter
-
-
Append a key.
-
-
keys() - Method in class org.json.JSONObject
-
-
Get an enumeration of the keys of the JSONObject.
-
-
keySet() - Method in class org.json.JSONObject
-
-
Get a set of keys of the JSONObject.
-
-
- - - -

L

-
-
length() - Method in class org.json.JSONArray
-
-
Get the number of elements in the JSONArray, included nulls.
-
-
length() - Method in class org.json.JSONObject
-
-
Get the number of keys stored in the JSONObject.
-
-
LT - Static variable in class org.json.XML
-
-
The Character '<'.
-
-
- - - -

M

-
-
mode - Variable in class org.json.JSONWriter
-
-
The current mode.
-
-
more() - Method in class org.json.JSONTokener
-
-
Determine if the source string still contains characters that next() - can consume.
-
-
- - - -

N

-
-
names() - Method in class org.json.JSONObject
-
-
Produce a JSONArray containing the names of the elements of this - JSONObject.
-
-
next() - Method in class org.json.JSONTokener
-
-
Get the next character in the source string.
-
-
next(char) - Method in class org.json.JSONTokener
-
-
Consume the next character, and check that it matches a specified - character.
-
-
next(int) - Method in class org.json.JSONTokener
-
-
Get the next n characters.
-
-
nextCDATA() - Method in class org.json.XMLTokener
-
-
Get the text in the CDATA block.
-
-
nextClean() - Method in class org.json.JSONTokener
-
-
Get the next char in the string, skipping whitespace.
-
-
nextContent() - Method in class org.json.XMLTokener
-
-
Get the next XML outer token, trimming whitespace.
-
-
nextEntity(char) - Method in class org.json.XMLTokener
-
-
Return the next entity.
-
-
nextMeta() - Method in class org.json.XMLTokener
-
-
Returns the next XML meta token.
-
-
nextString(char) - Method in class org.json.JSONTokener
-
-
Return the characters up to the next close quote character.
-
-
nextTo(char) - Method in class org.json.JSONTokener
-
-
Get the text up but not including the specified character or the - end of line, whichever comes first.
-
-
nextTo(String) - Method in class org.json.JSONTokener
-
-
Get the text up but not including one of the specified delimiter - characters or the end of line, whichever comes first.
-
-
nextToken() - Method in class org.json.HTTPTokener
-
-
Get the next token or string.
-
-
nextToken() - Method in class org.json.XMLTokener
-
-
Get the next XML Token.
-
-
nextValue() - Method in class org.json.JSONTokener
-
-
Get the next value.
-
-
noSpace(String) - Static method in class org.json.XML
-
-
Throw an exception if the string contains whitespace.
-
-
NULL - Static variable in class org.json.JSONObject
-
-
It is sometimes more convenient and less ambiguous to have a - NULL object than to use Java's null value.
-
-
numberToString(Number) - Static method in class org.json.JSONObject
-
-
Produce a string from a Number.
-
-
- - - -

O

-
-
object() - Method in class org.json.JSONWriter
-
-
Begin appending a new object.
-
-
opt(int) - Method in class org.json.JSONArray
-
-
Get the optional object value associated with an index.
-
-
opt(String) - Method in class org.json.JSONObject
-
-
Get an optional value associated with a key.
-
-
optBigDecimal(int, BigDecimal) - Method in class org.json.JSONArray
-
-
Get the optional BigDecimal value associated with an index.
-
-
optBigDecimal(String, BigDecimal) - Method in class org.json.JSONObject
-
-
Get an optional BigDecimal associated with a key, or the defaultValue if - there is no such key or if its value is not a number.
-
-
optBigInteger(int, BigInteger) - Method in class org.json.JSONArray
-
-
Get the optional BigInteger value associated with an index.
-
-
optBigInteger(String, BigInteger) - Method in class org.json.JSONObject
-
-
Get an optional BigInteger associated with a key, or the defaultValue if - there is no such key or if its value is not a number.
-
-
optBoolean(int) - Method in class org.json.JSONArray
-
-
Get the optional boolean value associated with an index.
-
-
optBoolean(int, boolean) - Method in class org.json.JSONArray
-
-
Get the optional boolean value associated with an index.
-
-
optBoolean(String) - Method in class org.json.JSONObject
-
-
Get an optional boolean associated with a key.
-
-
optBoolean(String, boolean) - Method in class org.json.JSONObject
-
-
Get an optional boolean associated with a key.
-
-
optDouble(int) - Method in class org.json.JSONArray
-
-
Get the optional double value associated with an index.
-
-
optDouble(int, double) - Method in class org.json.JSONArray
-
-
Get the optional double value associated with an index.
-
-
optDouble(String) - Method in class org.json.JSONObject
-
-
Get an optional double associated with a key, or NaN if there is no such - key or if its value is not a number.
-
-
optDouble(String, double) - Method in class org.json.JSONObject
-
-
Get an optional double associated with a key, or the defaultValue if - there is no such key or if its value is not a number.
-
-
optEnum(Class<E>, int) - Method in class org.json.JSONArray
-
-
Get the enum value associated with a key.
-
-
optEnum(Class<E>, int, E) - Method in class org.json.JSONArray
-
-
Get the enum value associated with a key.
-
-
optEnum(Class<E>, String) - Method in class org.json.JSONObject
-
-
Get the enum value associated with a key.
-
-
optEnum(Class<E>, String, E) - Method in class org.json.JSONObject
-
-
Get the enum value associated with a key.
-
-
optInt(int) - Method in class org.json.JSONArray
-
-
Get the optional int value associated with an index.
-
-
optInt(int, int) - Method in class org.json.JSONArray
-
-
Get the optional int value associated with an index.
-
-
optInt(String) - Method in class org.json.JSONObject
-
-
Get an optional int value associated with a key, or zero if there is no - such key or if the value is not a number.
-
-
optInt(String, int) - Method in class org.json.JSONObject
-
-
Get an optional int value associated with a key, or the default if there - is no such key or if the value is not a number.
-
-
optJSONArray(int) - Method in class org.json.JSONArray
-
-
Get the optional JSONArray associated with an index.
-
-
optJSONArray(String) - Method in class org.json.JSONObject
-
-
Get an optional JSONArray associated with a key.
-
-
optJSONObject(int) - Method in class org.json.JSONArray
-
-
Get the optional JSONObject associated with an index.
-
-
optJSONObject(String) - Method in class org.json.JSONObject
-
-
Get an optional JSONObject associated with a key.
-
-
optLong(int) - Method in class org.json.JSONArray
-
-
Get the optional long value associated with an index.
-
-
optLong(int, long) - Method in class org.json.JSONArray
-
-
Get the optional long value associated with an index.
-
-
optLong(String) - Method in class org.json.JSONObject
-
-
Get an optional long value associated with a key, or zero if there is no - such key or if the value is not a number.
-
-
optLong(String, long) - Method in class org.json.JSONObject
-
-
Get an optional long value associated with a key, or the default if there - is no such key or if the value is not a number.
-
-
optString(int) - Method in class org.json.JSONArray
-
-
Get the optional string value associated with an index.
-
-
optString(int, String) - Method in class org.json.JSONArray
-
-
Get the optional string associated with an index.
-
-
optString(String) - Method in class org.json.JSONObject
-
-
Get an optional string associated with a key.
-
-
optString(String, String) - Method in class org.json.JSONObject
-
-
Get an optional string associated with a key.
-
-
org.json - package org.json
-
 
-
- - - -

P

-
-
Property - Class in org.json
-
-
Converts a Property file data into JSONObject and back.
-
-
Property() - Constructor for class org.json.Property
-
 
-
put(boolean) - Method in class org.json.JSONArray
-
-
Append a boolean value.
-
-
put(Collection<?>) - Method in class org.json.JSONArray
-
-
Put a value in the JSONArray, where the value will be a JSONArray which - is produced from a Collection.
-
-
put(double) - Method in class org.json.JSONArray
-
-
Append a double value.
-
-
put(int) - Method in class org.json.JSONArray
-
-
Append an int value.
-
-
put(long) - Method in class org.json.JSONArray
-
-
Append an long value.
-
-
put(Map<?, ?>) - Method in class org.json.JSONArray
-
-
Put a value in the JSONArray, where the value will be a JSONObject which - is produced from a Map.
-
-
put(Object) - Method in class org.json.JSONArray
-
-
Append an object value.
-
-
put(int, boolean) - Method in class org.json.JSONArray
-
-
Put or replace a boolean value in the JSONArray.
-
-
put(int, Collection<?>) - Method in class org.json.JSONArray
-
-
Put a value in the JSONArray, where the value will be a JSONArray which - is produced from a Collection.
-
-
put(int, double) - Method in class org.json.JSONArray
-
-
Put or replace a double value.
-
-
put(int, int) - Method in class org.json.JSONArray
-
-
Put or replace an int value.
-
-
put(int, long) - Method in class org.json.JSONArray
-
-
Put or replace a long value.
-
-
put(int, Map<?, ?>) - Method in class org.json.JSONArray
-
-
Put a value in the JSONArray, where the value will be a JSONObject that - is produced from a Map.
-
-
put(int, Object) - Method in class org.json.JSONArray
-
-
Put or replace an object value in the JSONArray.
-
-
put(String, boolean) - Method in class org.json.JSONObject
-
-
Put a key/boolean pair in the JSONObject.
-
-
put(String, Collection<?>) - Method in class org.json.JSONObject
-
-
Put a key/value pair in the JSONObject, where the value will be a - JSONArray which is produced from a Collection.
-
-
put(String, double) - Method in class org.json.JSONObject
-
-
Put a key/double pair in the JSONObject.
-
-
put(String, int) - Method in class org.json.JSONObject
-
-
Put a key/int pair in the JSONObject.
-
-
put(String, long) - Method in class org.json.JSONObject
-
-
Put a key/long pair in the JSONObject.
-
-
put(String, Map<?, ?>) - Method in class org.json.JSONObject
-
-
Put a key/value pair in the JSONObject, where the value will be a - JSONObject which is produced from a Map.
-
-
put(String, Object) - Method in class org.json.JSONObject
-
-
Put a key/value pair in the JSONObject.
-
-
putOnce(String, Object) - Method in class org.json.JSONObject
-
-
Put a key/value pair in the JSONObject, but only if the key and the value - are both non-null, and only if there is not already a member with that - name.
-
-
putOpt(String, Object) - Method in class org.json.JSONObject
-
-
Put a key/value pair in the JSONObject, but only if the key and the value - are both non-null.
-
-
- - - -

Q

-
-
QUEST - Static variable in class org.json.XML
-
-
The Character '?'.
-
-
QUOT - Static variable in class org.json.XML
-
-
The Character '"'.
-
-
quote(String) - Static method in class org.json.JSONObject
-
-
Produce a string in double quotes with backslash sequences in all the - right places.
-
-
quote(String, Writer) - Static method in class org.json.JSONObject
-
 
-
- - - -

R

-
-
remove(int) - Method in class org.json.JSONArray
-
-
Remove an index and close the hole.
-
-
remove(String) - Method in class org.json.JSONObject
-
-
Remove a name and its value, if present.
-
-
rowToJSONArray(JSONTokener) - Static method in class org.json.CDL
-
-
Produce a JSONArray of strings from a row of comma delimited values.
-
-
rowToJSONObject(JSONArray, JSONTokener) - Static method in class org.json.CDL
-
-
Produce a JSONObject from a row of comma delimited text, using a - parallel JSONArray of strings to provides the names of the elements.
-
-
rowToString(JSONArray) - Static method in class org.json.CDL
-
-
Produce a comma delimited text row from a JSONArray.
-
-
- - - -

S

-
-
similar(Object) - Method in class org.json.JSONArray
-
-
Determine if two JSONArrays are similar.
-
-
similar(Object) - Method in class org.json.JSONObject
-
-
Determine if two JSONObjects are similar.
-
-
skipPast(String) - Method in class org.json.XMLTokener
-
-
Skip characters until past the requested string.
-
-
skipTo(char) - Method in class org.json.JSONTokener
-
-
Skip characters until the next character is the requested character.
-
-
SLASH - Static variable in class org.json.XML
-
-
The Character '/'.
-
-
stringToValue(String) - Static method in class org.json.JSONObject
-
-
Try to convert a string into a number, boolean, or null.
-
-
stringToValue(String) - Static method in class org.json.XML
-
-
Deprecated. - -
-
-
syntaxError(String) - Method in class org.json.JSONTokener
-
-
Make a JSONException to signal a syntax error.
-
-
- - - -

T

-
-
testValidity(Object) - Static method in class org.json.JSONObject
-
-
Throw an exception if the object is a NaN or infinite number.
-
-
toJSONArray(String) - Static method in class org.json.CDL
-
-
Produce a JSONArray of JSONObjects from a comma delimited text string, - using the first row as a source of names.
-
-
toJSONArray(JSONTokener) - Static method in class org.json.CDL
-
-
Produce a JSONArray of JSONObjects from a comma delimited text string, - using the first row as a source of names.
-
-
toJSONArray(JSONArray, String) - Static method in class org.json.CDL
-
-
Produce a JSONArray of JSONObjects from a comma delimited text string - using a supplied JSONArray as the source of element names.
-
-
toJSONArray(JSONArray, JSONTokener) - Static method in class org.json.CDL
-
-
Produce a JSONArray of JSONObjects from a comma delimited text string - using a supplied JSONArray as the source of element names.
-
-
toJSONArray(String) - Static method in class org.json.JSONML
-
-
Convert a well-formed (but not necessarily valid) XML string into a - JSONArray using the JsonML transform.
-
-
toJSONArray(XMLTokener) - Static method in class org.json.JSONML
-
-
Convert a well-formed (but not necessarily valid) XML string into a - JSONArray using the JsonML transform.
-
-
toJSONArray(JSONArray) - Method in class org.json.JSONObject
-
-
Produce a JSONArray containing the values of the members of this - JSONObject.
-
-
toJSONObject(String) - Static method in class org.json.Cookie
-
-
Convert a cookie specification string into a JSONObject.
-
-
toJSONObject(String) - Static method in class org.json.CookieList
-
-
Convert a cookie list into a JSONObject.
-
-
toJSONObject(String) - Static method in class org.json.HTTP
-
-
Convert an HTTP header string into a JSONObject.
-
-
toJSONObject(JSONArray) - Method in class org.json.JSONArray
-
-
Produce a JSONObject by combining a JSONArray of names with the values of - this JSONArray.
-
-
toJSONObject(XMLTokener) - Static method in class org.json.JSONML
-
-
Convert a well-formed (but not necessarily valid) XML string into a - JSONObject using the JsonML transform.
-
-
toJSONObject(String) - Static method in class org.json.JSONML
-
-
Convert a well-formed (but not necessarily valid) XML string into a - JSONObject using the JsonML transform.
-
-
toJSONObject(Properties) - Static method in class org.json.Property
-
-
Converts a property file object into a JSONObject.
-
-
toJSONObject(String) - Static method in class org.json.XML
-
-
Convert a well-formed (but not necessarily valid) XML string into a - JSONObject.
-
-
toJSONString() - Method in interface org.json.JSONString
-
-
The toJSONString method allows a class to produce its own JSON - serialization.
-
-
toProperties(JSONObject) - Static method in class org.json.Property
-
-
Converts the JSONObject into a property file object.
-
-
toString(JSONArray) - Static method in class org.json.CDL
-
-
Produce a comma delimited text from a JSONArray of JSONObjects.
-
-
toString(JSONArray, JSONArray) - Static method in class org.json.CDL
-
-
Produce a comma delimited text from a JSONArray of JSONObjects using - a provided list of names.
-
-
toString(JSONObject) - Static method in class org.json.Cookie
-
-
Convert a JSONObject into a cookie specification string.
-
-
toString(JSONObject) - Static method in class org.json.CookieList
-
-
Convert a JSONObject into a cookie list.
-
-
toString(JSONObject) - Static method in class org.json.HTTP
-
-
Convert a JSONObject into an HTTP header.
-
-
toString() - Method in class org.json.JSONArray
-
-
Make a JSON text of this JSONArray.
-
-
toString(int) - Method in class org.json.JSONArray
-
-
Make a prettyprinted JSON text of this JSONArray.
-
-
toString(JSONArray) - Static method in class org.json.JSONML
-
-
Reverse the JSONML transformation, making an XML text from a JSONArray.
-
-
toString(JSONObject) - Static method in class org.json.JSONML
-
-
Reverse the JSONML transformation, making an XML text from a JSONObject.
-
-
toString() - Method in class org.json.JSONObject
-
-
Make a JSON text of this JSONObject.
-
-
toString(int) - Method in class org.json.JSONObject
-
-
Make a prettyprinted JSON text of this JSONObject.
-
-
toString() - Method in class org.json.JSONStringer
-
-
Return the JSON text.
-
-
toString() - Method in class org.json.JSONTokener
-
-
Make a printable string of this JSONTokener.
-
-
toString(Object) - Static method in class org.json.XML
-
-
Convert a JSONObject into a well-formed, element-normal XML string.
-
-
toString(Object, String) - Static method in class org.json.XML
-
-
Convert a JSONObject into a well-formed, element-normal XML string.
-
-
- - - -

U

-
-
unescape(String) - Static method in class org.json.Cookie
-
-
Convert %hh sequences to single characters, and - convert plus to space.
-
-
- - - -

V

-
-
value(boolean) - Method in class org.json.JSONWriter
-
-
Append either the value true or the value - false.
-
-
value(double) - Method in class org.json.JSONWriter
-
-
Append a double value.
-
-
value(long) - Method in class org.json.JSONWriter
-
-
Append a long value.
-
-
value(Object) - Method in class org.json.JSONWriter
-
-
Append an object value.
-
-
valueToString(Object) - Static method in class org.json.JSONObject
-
-
Make a JSON text of an Object value.
-
-
- - - -

W

-
-
wrap(Object) - Static method in class org.json.JSONObject
-
-
Wrap an object, if necessary.
-
-
write(Writer) - Method in class org.json.JSONArray
-
-
Write the contents of the JSONArray as JSON text to a writer.
-
-
write(Writer, int, int) - Method in class org.json.JSONArray
-
-
Write the contents of the JSONArray as JSON text to a writer.
-
-
write(Writer) - Method in class org.json.JSONObject
-
-
Write the contents of the JSONObject as JSON text to a writer.
-
-
write(Writer, int, int) - Method in class org.json.JSONObject
-
-
Write the contents of the JSONObject as JSON text to a writer.
-
-
writer - Variable in class org.json.JSONWriter
-
-
The writer that will receive the output.
-
-
- - - -

X

-
-
XML - Class in org.json
-
-
This provides static methods to convert an XML text into a JSONObject, and to - covert a JSONObject into an XML text.
-
-
XML() - Constructor for class org.json.XML
-
 
-
XMLTokener - Class in org.json
-
-
The XMLTokener extends the JSONTokener to provide additional methods - for the parsing of XML texts.
-
-
XMLTokener(String) - Constructor for class org.json.XMLTokener
-
-
Construct an XMLTokener from a string.
-
-
-A B C D E G H I J K L M N O P Q R S T U V W X 
- -
- - -
Skip navigation links
- - - - -
- - -

Copyright © 2016. All Rights Reserved.

- - + + + + + +Index + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
A B C D E G H I J K L M N O P Q R S T U V W X  + + +

A

+
+
accumulate(String, Object) - Method in class org.json.JSONObject
+
+
Accumulate values under a key.
+
+
AMP - Static variable in class org.json.XML
+
+
The Character '&'.
+
+
APOS - Static variable in class org.json.XML
+
+
The Character '''.
+
+
append(String, Object) - Method in class org.json.JSONObject
+
+
Append values to the array under a key.
+
+
append(String) - Method in class org.json.JSONPointer.Builder
+
+
Adds an arbitrary token to the list of reference tokens.
+
+
append(int) - Method in class org.json.JSONPointer.Builder
+
+
Adds an integer to the reference token list.
+
+
array() - Method in class org.json.JSONWriter
+
+
Begin appending a new array.
+
+
+ + + +

B

+
+
back() - Method in class org.json.JSONTokener
+
+
Back up one character.
+
+
BANG - Static variable in class org.json.XML
+
+
The Character '!'.
+
+
build() - Method in class org.json.JSONPointer.Builder
+
+
Creates a JSONPointer instance using the tokens previously set using the + JSONPointer.Builder.append(String) method calls.
+
+
builder() - Static method in class org.json.JSONPointer
+
+
Static factory method for JSONPointer.Builder.
+
+
Builder() - Constructor for class org.json.JSONPointer.Builder
+
 
+
+ + + +

C

+
+
CDL - Class in org.json
+
+
This provides static methods to convert comma delimited text into a + JSONArray, and to convert a JSONArray into comma delimited text.
+
+
CDL() - Constructor for class org.json.CDL
+
 
+
clone() - Method in class org.json.XMLParserConfiguration
+
+
Provides a new instance of the same configuration.
+
+
convert(String) - Method in interface org.json.XMLXsiTypeConverter
+
 
+
Cookie - Class in org.json
+
+
Convert a web browser cookie specification to a JSONObject and back.
+
+
Cookie() - Constructor for class org.json.Cookie
+
 
+
CookieList - Class in org.json
+
+
Convert a web browser cookie list string to a JSONObject and back.
+
+
CookieList() - Constructor for class org.json.CookieList
+
 
+
CRLF - Static variable in class org.json.HTTP
+
+
Carriage return/line feed.
+
+
+ + + +

D

+
+
dehexchar(char) - Static method in class org.json.JSONTokener
+
+
Get the hex value of a character (base16).
+
+
doubleToString(double) - Static method in class org.json.JSONObject
+
+
Produce a string from a double.
+
+
+ + + +

E

+
+
end() - Method in class org.json.JSONTokener
+
+
Checks if the end of the input has been reached.
+
+
endArray() - Method in class org.json.JSONWriter
+
+
End an array.
+
+
endObject() - Method in class org.json.JSONWriter
+
+
End an object.
+
+
entity - Static variable in class org.json.XMLTokener
+
+
The table of entity values.
+
+
entrySet() - Method in class org.json.JSONObject
+
+
Get a set of entries of the JSONObject.
+
+
EQ - Static variable in class org.json.XML
+
+
The Character '='.
+
+
escape(String) - Static method in class org.json.Cookie
+
+
Produce a copy of a string in which the characters '+', '%', '=', ';' + and control characters are replaced with "%hh".
+
+
escape(String) - Static method in class org.json.XML
+
+
Replace special characters with XML escapes:
+
+
+ + + +

G

+
+
get(int) - Method in class org.json.JSONArray
+
+
Get the object value associated with an index.
+
+
get(String) - Method in class org.json.JSONObject
+
+
Get the value object associated with a key.
+
+
getBigDecimal(int) - Method in class org.json.JSONArray
+
+
Get the BigDecimal value associated with an index.
+
+
getBigDecimal(String) - Method in class org.json.JSONObject
+
+
Get the BigDecimal value associated with a key.
+
+
getBigInteger(int) - Method in class org.json.JSONArray
+
+
Get the BigInteger value associated with an index.
+
+
getBigInteger(String) - Method in class org.json.JSONObject
+
+
Get the BigInteger value associated with a key.
+
+
getBoolean(int) - Method in class org.json.JSONArray
+
+
Get the boolean value associated with an index.
+
+
getBoolean(String) - Method in class org.json.JSONObject
+
+
Get the boolean value associated with a key.
+
+
getcDataTagName() - Method in class org.json.XMLParserConfiguration
+
+
The name of the key in a JSON Object that indicates a CDATA section.
+
+
getDouble(int) - Method in class org.json.JSONArray
+
+
Get the double value associated with an index.
+
+
getDouble(String) - Method in class org.json.JSONObject
+
+
Get the double value associated with a key.
+
+
getEnum(Class<E>, int) - Method in class org.json.JSONArray
+
+
Get the enum value associated with an index.
+
+
getEnum(Class<E>, String) - Method in class org.json.JSONObject
+
+
Get the enum value associated with a key.
+
+
getFloat(int) - Method in class org.json.JSONArray
+
+
Get the float value associated with a key.
+
+
getFloat(String) - Method in class org.json.JSONObject
+
+
Get the float value associated with a key.
+
+
getInt(int) - Method in class org.json.JSONArray
+
+
Get the int value associated with an index.
+
+
getInt(String) - Method in class org.json.JSONObject
+
+
Get the int value associated with a key.
+
+
getJSONArray(int) - Method in class org.json.JSONArray
+
+
Get the JSONArray associated with an index.
+
+
getJSONArray(String) - Method in class org.json.JSONObject
+
+
Get the JSONArray value associated with a key.
+
+
getJSONObject(int) - Method in class org.json.JSONArray
+
+
Get the JSONObject associated with an index.
+
+
getJSONObject(String) - Method in class org.json.JSONObject
+
+
Get the JSONObject value associated with a key.
+
+
getLong(int) - Method in class org.json.JSONArray
+
+
Get the long value associated with an index.
+
+
getLong(String) - Method in class org.json.JSONObject
+
+
Get the long value associated with a key.
+
+
getNames(JSONObject) - Static method in class org.json.JSONObject
+
+
Get an array of field names from a JSONObject.
+
+
getNames(Object) - Static method in class org.json.JSONObject
+
+
Get an array of public field names from an Object.
+
+
getNumber(int) - Method in class org.json.JSONArray
+
+
Get the Number value associated with a key.
+
+
getNumber(String) - Method in class org.json.JSONObject
+
+
Get the Number value associated with a key.
+
+
getString(int) - Method in class org.json.JSONArray
+
+
Get the string associated with an index.
+
+
getString(String) - Method in class org.json.JSONObject
+
+
Get the string associated with a key.
+
+
getXsiTypeMap() - Method in class org.json.XMLParserConfiguration
+
+
When parsing the XML into JSON, specifies that the values with attribute xsi:type + will be converted to target type defined to client in this configuration + Map<String, XMLXsiTypeConverter<?>> to parse values with attribute + xsi:type="integer" as integer, xsi:type="string" as string
+
+
GT - Static variable in class org.json.XML
+
+
The Character
+
+
+ + + +

H

+
+
has(String) - Method in class org.json.JSONObject
+
+
Determine if the JSONObject contains a specific key.
+
+
HTTP - Class in org.json
+
+
Convert an HTTP header to a JSONObject and back.
+
+
HTTP() - Constructor for class org.json.HTTP
+
 
+
HTTPTokener - Class in org.json
+
+
The HTTPTokener extends the JSONTokener to provide additional methods + for the parsing of HTTP headers.
+
+
HTTPTokener(String) - Constructor for class org.json.HTTPTokener
+
+
Construct an HTTPTokener from a string.
+
+
+ + + +

I

+
+
increment(String) - Method in class org.json.JSONObject
+
+
Increment a property of a JSONObject.
+
+
isConvertNilAttributeToNull() - Method in class org.json.XMLParserConfiguration
+
+
When parsing the XML into JSON, specifies if values with attribute xsi:nil="true" + should be kept as attribute(false), or they should be converted to + null(true)
+
+
isDecimalNotation(String) - Static method in class org.json.JSONObject
+
+
Tests if the value should be tried as a decimal.
+
+
isEmpty() - Method in class org.json.JSONArray
+
+
Check if JSONArray is empty.
+
+
isEmpty() - Method in class org.json.JSONObject
+
+
Check if JSONObject is empty.
+
+
isKeepStrings() - Method in class org.json.XMLParserConfiguration
+
+
When parsing the XML into JSON, specifies if values should be kept as strings (true), or if + they should try to be guessed into JSON values (numeric, boolean, string)
+
+
isNull(int) - Method in class org.json.JSONArray
+
+
Determine if the value is null.
+
+
isNull(String) - Method in class org.json.JSONObject
+
+
Determine if the value associated with the key is null or if there is no + value.
+
+
iterator() - Method in class org.json.JSONArray
+
 
+
+ + + +

J

+
+
join(String) - Method in class org.json.JSONArray
+
+
Make a string from the contents of this JSONArray.
+
+
JSONArray - Class in org.json
+
+
A JSONArray is an ordered sequence of values.
+
+
JSONArray() - Constructor for class org.json.JSONArray
+
+
Construct an empty JSONArray.
+
+
JSONArray(JSONTokener) - Constructor for class org.json.JSONArray
+
+
Construct a JSONArray from a JSONTokener.
+
+
JSONArray(String) - Constructor for class org.json.JSONArray
+
+
Construct a JSONArray from a source JSON text.
+
+
JSONArray(Collection<?>) - Constructor for class org.json.JSONArray
+
+
Construct a JSONArray from a Collection.
+
+
JSONArray(Iterable<?>) - Constructor for class org.json.JSONArray
+
+
Construct a JSONArray from an Iterable.
+
+
JSONArray(JSONArray) - Constructor for class org.json.JSONArray
+
+
Construct a JSONArray from another JSONArray.
+
+
JSONArray(Object) - Constructor for class org.json.JSONArray
+
+
Construct a JSONArray from an array.
+
+
JSONArray(int) - Constructor for class org.json.JSONArray
+
+
Construct a JSONArray with the specified initial capacity.
+
+
JSONException - Exception in org.json
+
+
The JSONException is thrown by the JSON.org classes when things are amiss.
+
+
JSONException(String) - Constructor for exception org.json.JSONException
+
+
Constructs a JSONException with an explanatory message.
+
+
JSONException(String, Throwable) - Constructor for exception org.json.JSONException
+
+
Constructs a JSONException with an explanatory message and cause.
+
+
JSONException(Throwable) - Constructor for exception org.json.JSONException
+
+
Constructs a new JSONException with the specified cause.
+
+
JSONML - Class in org.json
+
+
This provides static methods to convert an XML text into a JSONArray or + JSONObject, and to covert a JSONArray or JSONObject into an XML text using + the JsonML transform.
+
+
JSONML() - Constructor for class org.json.JSONML
+
 
+
JSONObject - Class in org.json
+
+
A JSONObject is an unordered collection of name/value pairs.
+
+
JSONObject() - Constructor for class org.json.JSONObject
+
+
Construct an empty JSONObject.
+
+
JSONObject(JSONObject, String...) - Constructor for class org.json.JSONObject
+
+
Construct a JSONObject from a subset of another JSONObject.
+
+
JSONObject(JSONTokener) - Constructor for class org.json.JSONObject
+
+
Construct a JSONObject from a JSONTokener.
+
+
JSONObject(Map<?, ?>) - Constructor for class org.json.JSONObject
+
+
Construct a JSONObject from a Map.
+
+
JSONObject(Object) - Constructor for class org.json.JSONObject
+
+
Construct a JSONObject from an Object using bean getters.
+
+
JSONObject(Object, String...) - Constructor for class org.json.JSONObject
+
+
Construct a JSONObject from an Object, using reflection to find the + public members.
+
+
JSONObject(String) - Constructor for class org.json.JSONObject
+
+
Construct a JSONObject from a source JSON text string.
+
+
JSONObject(String, Locale) - Constructor for class org.json.JSONObject
+
+
Construct a JSONObject from a ResourceBundle.
+
+
JSONObject(int) - Constructor for class org.json.JSONObject
+
+
Constructor to specify an initial capacity of the internal map.
+
+
JSONPointer - Class in org.json
+
+
A JSON Pointer is a simple query language defined for JSON documents by + RFC 6901.
+
+
JSONPointer(String) - Constructor for class org.json.JSONPointer
+
+
Pre-parses and initializes a new JSONPointer instance.
+
+
JSONPointer(List<String>) - Constructor for class org.json.JSONPointer
+
 
+
JSONPointer.Builder - Class in org.json
+
+
This class allows the user to build a JSONPointer in steps, using + exactly one segment in each step.
+
+
JSONPointerException - Exception in org.json
+
+
The JSONPointerException is thrown by JSONPointer if an error occurs + during evaluating a pointer.
+
+
JSONPointerException(String) - Constructor for exception org.json.JSONPointerException
+
 
+
JSONPointerException(String, Throwable) - Constructor for exception org.json.JSONPointerException
+
 
+
JSONPropertyIgnore - Annotation Type in org.json
+
 
+
JSONPropertyName - Annotation Type in org.json
+
 
+
JSONString - Interface in org.json
+
+
The JSONString interface allows a toJSONString() + method so that a class can change the behavior of + JSONObject.toString(), JSONArray.toString(), + and JSONWriter.value(Object).
+
+
JSONStringer - Class in org.json
+
+
JSONStringer provides a quick and convenient way of producing JSON text.
+
+
JSONStringer() - Constructor for class org.json.JSONStringer
+
+
Make a fresh JSONStringer.
+
+
JSONTokener - Class in org.json
+
+
A JSONTokener takes a source string and extracts characters and tokens from + it.
+
+
JSONTokener(Reader) - Constructor for class org.json.JSONTokener
+
+
Construct a JSONTokener from a Reader.
+
+
JSONTokener(InputStream) - Constructor for class org.json.JSONTokener
+
+
Construct a JSONTokener from an InputStream.
+
+
JSONTokener(String) - Constructor for class org.json.JSONTokener
+
+
Construct a JSONTokener from a string.
+
+
JSONWriter - Class in org.json
+
+
JSONWriter provides a quick and convenient way of producing JSON text.
+
+
JSONWriter(Appendable) - Constructor for class org.json.JSONWriter
+
+
Make a fresh JSONWriter.
+
+
+ + + +

K

+
+
KEEP_STRINGS - Static variable in class org.json.XMLParserConfiguration
+
+
Original configuration of the XML Parser except that values are kept as strings.
+
+
key(String) - Method in class org.json.JSONWriter
+
+
Append a key.
+
+
keys() - Method in class org.json.JSONObject
+
+
Get an enumeration of the keys of the JSONObject.
+
+
keySet() - Method in class org.json.JSONObject
+
+
Get a set of keys of the JSONObject.
+
+
+ + + +

L

+
+
length() - Method in class org.json.JSONArray
+
+
Get the number of elements in the JSONArray, included nulls.
+
+
length() - Method in class org.json.JSONObject
+
+
Get the number of keys stored in the JSONObject.
+
+
LT - Static variable in class org.json.XML
+
+
The Character '<'.
+
+
+ + + +

M

+
+
mode - Variable in class org.json.JSONWriter
+
+
The current mode.
+
+
more() - Method in class org.json.JSONTokener
+
+
Determine if the source string still contains characters that next() + can consume.
+
+
+ + + +

N

+
+
names() - Method in class org.json.JSONObject
+
+
Produce a JSONArray containing the names of the elements of this + JSONObject.
+
+
next() - Method in class org.json.JSONTokener
+
+
Get the next character in the source string.
+
+
next(char) - Method in class org.json.JSONTokener
+
+
Consume the next character, and check that it matches a specified + character.
+
+
next(int) - Method in class org.json.JSONTokener
+
+
Get the next n characters.
+
+
nextCDATA() - Method in class org.json.XMLTokener
+
+
Get the text in the CDATA block.
+
+
nextClean() - Method in class org.json.JSONTokener
+
+
Get the next char in the string, skipping whitespace.
+
+
nextContent() - Method in class org.json.XMLTokener
+
+
Get the next XML outer token, trimming whitespace.
+
+
nextEntity(char) - Method in class org.json.XMLTokener
+
+
{@code + Return the next entity.
+
+
nextMeta() - Method in class org.json.XMLTokener
+
+
{@code + Returns the next XML meta token.
+
+
nextString(char) - Method in class org.json.JSONTokener
+
+
Return the characters up to the next close quote character.
+
+
nextTo(char) - Method in class org.json.JSONTokener
+
+
Get the text up but not including the specified character or the + end of line, whichever comes first.
+
+
nextTo(String) - Method in class org.json.JSONTokener
+
+
Get the text up but not including one of the specified delimiter + characters or the end of line, whichever comes first.
+
+
nextToken() - Method in class org.json.HTTPTokener
+
+
Get the next token or string.
+
+
nextToken() - Method in class org.json.XMLTokener
+
+
{@code + Get the next XML Token.
+
+
nextValue() - Method in class org.json.JSONTokener
+
+
Get the next value.
+
+
noSpace(String) - Static method in class org.json.XML
+
+
Throw an exception if the string contains whitespace.
+
+
NULL - Static variable in class org.json.JSONObject
+
+
It is sometimes more convenient and less ambiguous to have a + NULL object than to use Java's null value.
+
+
NULL_ATTR - Static variable in class org.json.XML
+
+
Null attribute name
+
+
numberToString(Number) - Static method in class org.json.JSONObject
+
+
Produce a string from a Number.
+
+
+ + + +

O

+
+
object() - Method in class org.json.JSONWriter
+
+
Begin appending a new object.
+
+
opt(int) - Method in class org.json.JSONArray
+
+
Get the optional object value associated with an index.
+
+
opt(String) - Method in class org.json.JSONObject
+
+
Get an optional value associated with a key.
+
+
optBigDecimal(int, BigDecimal) - Method in class org.json.JSONArray
+
+
Get the optional BigDecimal value associated with an index.
+
+
optBigDecimal(String, BigDecimal) - Method in class org.json.JSONObject
+
+
Get an optional BigDecimal associated with a key, or the defaultValue if + there is no such key or if its value is not a number.
+
+
optBigInteger(int, BigInteger) - Method in class org.json.JSONArray
+
+
Get the optional BigInteger value associated with an index.
+
+
optBigInteger(String, BigInteger) - Method in class org.json.JSONObject
+
+
Get an optional BigInteger associated with a key, or the defaultValue if + there is no such key or if its value is not a number.
+
+
optBoolean(int) - Method in class org.json.JSONArray
+
+
Get the optional boolean value associated with an index.
+
+
optBoolean(int, boolean) - Method in class org.json.JSONArray
+
+
Get the optional boolean value associated with an index.
+
+
optBoolean(String) - Method in class org.json.JSONObject
+
+
Get an optional boolean associated with a key.
+
+
optBoolean(String, boolean) - Method in class org.json.JSONObject
+
+
Get an optional boolean associated with a key.
+
+
optDouble(int) - Method in class org.json.JSONArray
+
+
Get the optional double value associated with an index.
+
+
optDouble(int, double) - Method in class org.json.JSONArray
+
+
Get the optional double value associated with an index.
+
+
optDouble(String) - Method in class org.json.JSONObject
+
+
Get an optional double associated with a key, or NaN if there is no such + key or if its value is not a number.
+
+
optDouble(String, double) - Method in class org.json.JSONObject
+
+
Get an optional double associated with a key, or the defaultValue if + there is no such key or if its value is not a number.
+
+
optEnum(Class<E>, int) - Method in class org.json.JSONArray
+
+
Get the enum value associated with a key.
+
+
optEnum(Class<E>, int, E) - Method in class org.json.JSONArray
+
+
Get the enum value associated with a key.
+
+
optEnum(Class<E>, String) - Method in class org.json.JSONObject
+
+
Get the enum value associated with a key.
+
+
optEnum(Class<E>, String, E) - Method in class org.json.JSONObject
+
+
Get the enum value associated with a key.
+
+
optFloat(int) - Method in class org.json.JSONArray
+
+
Get the optional float value associated with an index.
+
+
optFloat(int, float) - Method in class org.json.JSONArray
+
+
Get the optional float value associated with an index.
+
+
optFloat(String) - Method in class org.json.JSONObject
+
+
Get the optional double value associated with an index.
+
+
optFloat(String, float) - Method in class org.json.JSONObject
+
+
Get the optional double value associated with an index.
+
+
optInt(int) - Method in class org.json.JSONArray
+
+
Get the optional int value associated with an index.
+
+
optInt(int, int) - Method in class org.json.JSONArray
+
+
Get the optional int value associated with an index.
+
+
optInt(String) - Method in class org.json.JSONObject
+
+
Get an optional int value associated with a key, or zero if there is no + such key or if the value is not a number.
+
+
optInt(String, int) - Method in class org.json.JSONObject
+
+
Get an optional int value associated with a key, or the default if there + is no such key or if the value is not a number.
+
+
optJSONArray(int) - Method in class org.json.JSONArray
+
+
Get the optional JSONArray associated with an index.
+
+
optJSONArray(String) - Method in class org.json.JSONObject
+
+
Get an optional JSONArray associated with a key.
+
+
optJSONObject(int) - Method in class org.json.JSONArray
+
+
Get the optional JSONObject associated with an index.
+
+
optJSONObject(String) - Method in class org.json.JSONObject
+
+
Get an optional JSONObject associated with a key.
+
+
optLong(int) - Method in class org.json.JSONArray
+
+
Get the optional long value associated with an index.
+
+
optLong(int, long) - Method in class org.json.JSONArray
+
+
Get the optional long value associated with an index.
+
+
optLong(String) - Method in class org.json.JSONObject
+
+
Get an optional long value associated with a key, or zero if there is no + such key or if the value is not a number.
+
+
optLong(String, long) - Method in class org.json.JSONObject
+
+
Get an optional long value associated with a key, or the default if there + is no such key or if the value is not a number.
+
+
optNumber(int) - Method in class org.json.JSONArray
+
+
Get an optional Number value associated with a key, or null + if there is no such key or if the value is not a number.
+
+
optNumber(int, Number) - Method in class org.json.JSONArray
+
+
Get an optional Number value associated with a key, or the default if there + is no such key or if the value is not a number.
+
+
optNumber(String) - Method in class org.json.JSONObject
+
+
Get an optional Number value associated with a key, or null + if there is no such key or if the value is not a number.
+
+
optNumber(String, Number) - Method in class org.json.JSONObject
+
+
Get an optional Number value associated with a key, or the default if there + is no such key or if the value is not a number.
+
+
optQuery(String) - Method in class org.json.JSONArray
+
+
Queries and returns a value from this object using jsonPointer, or + returns null if the query fails due to a missing key.
+
+
optQuery(JSONPointer) - Method in class org.json.JSONArray
+
+
Queries and returns a value from this object using jsonPointer, or + returns null if the query fails due to a missing key.
+
+
optQuery(String) - Method in class org.json.JSONObject
+
+
Queries and returns a value from this object using jsonPointer, or + returns null if the query fails due to a missing key.
+
+
optQuery(JSONPointer) - Method in class org.json.JSONObject
+
+
Queries and returns a value from this object using jsonPointer, or + returns null if the query fails due to a missing key.
+
+
optString(int) - Method in class org.json.JSONArray
+
+
Get the optional string value associated with an index.
+
+
optString(int, String) - Method in class org.json.JSONArray
+
+
Get the optional string associated with an index.
+
+
optString(String) - Method in class org.json.JSONObject
+
+
Get an optional string associated with a key.
+
+
optString(String, String) - Method in class org.json.JSONObject
+
+
Get an optional string associated with a key.
+
+
org.json - package org.json
+
 
+
ORIGINAL - Static variable in class org.json.XMLParserConfiguration
+
+
Original Configuration of the XML Parser.
+
+
+ + + +

P

+
+
Property - Class in org.json
+
+
Converts a Property file data into JSONObject and back.
+
+
Property() - Constructor for class org.json.Property
+
 
+
put(boolean) - Method in class org.json.JSONArray
+
+
Append a boolean value.
+
+
put(Collection<?>) - Method in class org.json.JSONArray
+
+
Put a value in the JSONArray, where the value will be a JSONArray which + is produced from a Collection.
+
+
put(double) - Method in class org.json.JSONArray
+
+
Append a double value.
+
+
put(float) - Method in class org.json.JSONArray
+
+
Append a float value.
+
+
put(int) - Method in class org.json.JSONArray
+
+
Append an int value.
+
+
put(long) - Method in class org.json.JSONArray
+
+
Append an long value.
+
+
put(Map<?, ?>) - Method in class org.json.JSONArray
+
+
Put a value in the JSONArray, where the value will be a JSONObject which + is produced from a Map.
+
+
put(Object) - Method in class org.json.JSONArray
+
+
Append an object value.
+
+
put(int, boolean) - Method in class org.json.JSONArray
+
+
Put or replace a boolean value in the JSONArray.
+
+
put(int, Collection<?>) - Method in class org.json.JSONArray
+
+
Put a value in the JSONArray, where the value will be a JSONArray which + is produced from a Collection.
+
+
put(int, double) - Method in class org.json.JSONArray
+
+
Put or replace a double value.
+
+
put(int, float) - Method in class org.json.JSONArray
+
+
Put or replace a float value.
+
+
put(int, int) - Method in class org.json.JSONArray
+
+
Put or replace an int value.
+
+
put(int, long) - Method in class org.json.JSONArray
+
+
Put or replace a long value.
+
+
put(int, Map<?, ?>) - Method in class org.json.JSONArray
+
+
Put a value in the JSONArray, where the value will be a JSONObject that + is produced from a Map.
+
+
put(int, Object) - Method in class org.json.JSONArray
+
+
Put or replace an object value in the JSONArray.
+
+
put(String, boolean) - Method in class org.json.JSONObject
+
+
Put a key/boolean pair in the JSONObject.
+
+
put(String, Collection<?>) - Method in class org.json.JSONObject
+
+
Put a key/value pair in the JSONObject, where the value will be a + JSONArray which is produced from a Collection.
+
+
put(String, double) - Method in class org.json.JSONObject
+
+
Put a key/double pair in the JSONObject.
+
+
put(String, float) - Method in class org.json.JSONObject
+
+
Put a key/float pair in the JSONObject.
+
+
put(String, int) - Method in class org.json.JSONObject
+
+
Put a key/int pair in the JSONObject.
+
+
put(String, long) - Method in class org.json.JSONObject
+
+
Put a key/long pair in the JSONObject.
+
+
put(String, Map<?, ?>) - Method in class org.json.JSONObject
+
+
Put a key/value pair in the JSONObject, where the value will be a + JSONObject which is produced from a Map.
+
+
put(String, Object) - Method in class org.json.JSONObject
+
+
Put a key/value pair in the JSONObject.
+
+
putAll(Collection<?>) - Method in class org.json.JSONArray
+
+
Put a collection's elements in to the JSONArray.
+
+
putAll(Iterable<?>) - Method in class org.json.JSONArray
+
+
Put an Iterable's elements in to the JSONArray.
+
+
putAll(JSONArray) - Method in class org.json.JSONArray
+
+
Put a JSONArray's elements in to the JSONArray.
+
+
putAll(Object) - Method in class org.json.JSONArray
+
+
Put an array's elements in to the JSONArray.
+
+
putOnce(String, Object) - Method in class org.json.JSONObject
+
+
Put a key/value pair in the JSONObject, but only if the key and the value + are both non-null, and only if there is not already a member with that + name.
+
+
putOpt(String, Object) - Method in class org.json.JSONObject
+
+
Put a key/value pair in the JSONObject, but only if the key and the value + are both non-null.
+
+
+ + + +

Q

+
+
query(String) - Method in class org.json.JSONArray
+
+
Creates a JSONPointer using an initialization string and tries to + match it to an item within this JSONArray.
+
+
query(JSONPointer) - Method in class org.json.JSONArray
+
+
Uses a user initialized JSONPointer and tries to + match it to an item within this JSONArray.
+
+
query(String) - Method in class org.json.JSONObject
+
+
Creates a JSONPointer using an initialization string and tries to + match it to an item within this JSONObject.
+
+
query(JSONPointer) - Method in class org.json.JSONObject
+
+
Uses a user initialized JSONPointer and tries to + match it to an item within this JSONObject.
+
+
queryFrom(Object) - Method in class org.json.JSONPointer
+
+
Evaluates this JSON Pointer on the given document.
+
+
QUEST - Static variable in class org.json.XML
+
+
The Character '?'.
+
+
QUOT - Static variable in class org.json.XML
+
+
The Character '"'.
+
+
quote(String) - Static method in class org.json.JSONObject
+
+
Produce a string in double quotes with backslash sequences in all the + right places.
+
+
quote(String, Writer) - Static method in class org.json.JSONObject
+
 
+
+ + + +

R

+
+
remove(int) - Method in class org.json.JSONArray
+
+
Remove an index and close the hole.
+
+
remove(String) - Method in class org.json.JSONObject
+
+
Remove a name and its value, if present.
+
+
rowToJSONArray(JSONTokener) - Static method in class org.json.CDL
+
+
Produce a JSONArray of strings from a row of comma delimited values.
+
+
rowToJSONObject(JSONArray, JSONTokener) - Static method in class org.json.CDL
+
+
Produce a JSONObject from a row of comma delimited text, using a + parallel JSONArray of strings to provides the names of the elements.
+
+
rowToString(JSONArray) - Static method in class org.json.CDL
+
+
Produce a comma delimited text row from a JSONArray.
+
+
+ + + +

S

+
+
similar(Object) - Method in class org.json.JSONArray
+
+
Determine if two JSONArrays are similar.
+
+
similar(Object) - Method in class org.json.JSONObject
+
+
Determine if two JSONObjects are similar.
+
+
skipPast(String) - Method in class org.json.XMLTokener
+
+
Skip characters until past the requested string.
+
+
skipTo(char) - Method in class org.json.JSONTokener
+
+
Skip characters until the next character is the requested character.
+
+
SLASH - Static variable in class org.json.XML
+
+
The Character '/'.
+
+
stringToNumber(String) - Static method in class org.json.JSONObject
+
+
Converts a string to a number using the narrowest possible type.
+
+
stringToValue(String) - Static method in class org.json.JSONObject
+
+
Try to convert a string into a number, boolean, or null.
+
+
stringToValue(String, XMLXsiTypeConverter<?>) - Static method in class org.json.XML
+
+
This method tries to convert the given string value to the target object
+
+
stringToValue(String) - Static method in class org.json.XML
+
+
This method is the same as JSONObject.stringToValue(String).
+
+
syntaxError(String) - Method in class org.json.JSONTokener
+
+
Make a JSONException to signal a syntax error.
+
+
syntaxError(String, Throwable) - Method in class org.json.JSONTokener
+
+
Make a JSONException to signal a syntax error.
+
+
+ + + +

T

+
+
testValidity(Object) - Static method in class org.json.JSONObject
+
+
Throw an exception if the object is a NaN or infinite number.
+
+
toJSONArray(String) - Static method in class org.json.CDL
+
+
Produce a JSONArray of JSONObjects from a comma delimited text string, + using the first row as a source of names.
+
+
toJSONArray(JSONTokener) - Static method in class org.json.CDL
+
+
Produce a JSONArray of JSONObjects from a comma delimited text string, + using the first row as a source of names.
+
+
toJSONArray(JSONArray, String) - Static method in class org.json.CDL
+
+
Produce a JSONArray of JSONObjects from a comma delimited text string + using a supplied JSONArray as the source of element names.
+
+
toJSONArray(JSONArray, JSONTokener) - Static method in class org.json.CDL
+
+
Produce a JSONArray of JSONObjects from a comma delimited text string + using a supplied JSONArray as the source of element names.
+
+
toJSONArray(String) - Static method in class org.json.JSONML
+
+
Convert a well-formed (but not necessarily valid) XML string into a + JSONArray using the JsonML transform.
+
+
toJSONArray(String, boolean) - Static method in class org.json.JSONML
+
+
Convert a well-formed (but not necessarily valid) XML string into a + JSONArray using the JsonML transform.
+
+
toJSONArray(XMLTokener, boolean) - Static method in class org.json.JSONML
+
+
Convert a well-formed (but not necessarily valid) XML string into a + JSONArray using the JsonML transform.
+
+
toJSONArray(XMLTokener) - Static method in class org.json.JSONML
+
+
Convert a well-formed (but not necessarily valid) XML string into a + JSONArray using the JsonML transform.
+
+
toJSONArray(JSONArray) - Method in class org.json.JSONObject
+
+
Produce a JSONArray containing the values of the members of this + JSONObject.
+
+
toJSONObject(String) - Static method in class org.json.Cookie
+
+
Convert a cookie specification string into a JSONObject.
+
+
toJSONObject(String) - Static method in class org.json.CookieList
+
+
Convert a cookie list into a JSONObject.
+
+
toJSONObject(String) - Static method in class org.json.HTTP
+
+
Convert an HTTP header string into a JSONObject.
+
+
toJSONObject(JSONArray) - Method in class org.json.JSONArray
+
+
Produce a JSONObject by combining a JSONArray of names with the values of + this JSONArray.
+
+
toJSONObject(String) - Static method in class org.json.JSONML
+
+
Convert a well-formed (but not necessarily valid) XML string into a + JSONObject using the JsonML transform.
+
+
toJSONObject(String, boolean) - Static method in class org.json.JSONML
+
+
Convert a well-formed (but not necessarily valid) XML string into a + JSONObject using the JsonML transform.
+
+
toJSONObject(XMLTokener) - Static method in class org.json.JSONML
+
+
Convert a well-formed (but not necessarily valid) XML string into a + JSONObject using the JsonML transform.
+
+
toJSONObject(XMLTokener, boolean) - Static method in class org.json.JSONML
+
+
Convert a well-formed (but not necessarily valid) XML string into a + JSONObject using the JsonML transform.
+
+
toJSONObject(Properties) - Static method in class org.json.Property
+
+
Converts a property file object into a JSONObject.
+
+
toJSONObject(String) - Static method in class org.json.XML
+
+
Convert a well-formed (but not necessarily valid) XML string into a + JSONObject.
+
+
toJSONObject(Reader) - Static method in class org.json.XML
+
+
Convert a well-formed (but not necessarily valid) XML into a + JSONObject.
+
+
toJSONObject(Reader, boolean) - Static method in class org.json.XML
+
+
Convert a well-formed (but not necessarily valid) XML into a + JSONObject.
+
+
toJSONObject(Reader, XMLParserConfiguration) - Static method in class org.json.XML
+
+
Convert a well-formed (but not necessarily valid) XML into a + JSONObject.
+
+
toJSONObject(String, boolean) - Static method in class org.json.XML
+
+
Convert a well-formed (but not necessarily valid) XML string into a + JSONObject.
+
+
toJSONObject(String, XMLParserConfiguration) - Static method in class org.json.XML
+
+
Convert a well-formed (but not necessarily valid) XML string into a + JSONObject.
+
+
toJSONString() - Method in interface org.json.JSONString
+
+
The toJSONString method allows a class to produce its own JSON + serialization.
+
+
toList() - Method in class org.json.JSONArray
+
+
Returns a java.util.List containing all of the elements in this array.
+
+
toMap() - Method in class org.json.JSONObject
+
+
Returns a java.util.Map containing all of the entries in this object.
+
+
toProperties(JSONObject) - Static method in class org.json.Property
+
+
Converts the JSONObject into a property file object.
+
+
toString(JSONArray) - Static method in class org.json.CDL
+
+
Produce a comma delimited text from a JSONArray of JSONObjects.
+
+
toString(JSONArray, JSONArray) - Static method in class org.json.CDL
+
+
Produce a comma delimited text from a JSONArray of JSONObjects using + a provided list of names.
+
+
toString(JSONObject) - Static method in class org.json.Cookie
+
+
Convert a JSONObject into a cookie specification string.
+
+
toString(JSONObject) - Static method in class org.json.CookieList
+
+
Convert a JSONObject into a cookie list.
+
+
toString(JSONObject) - Static method in class org.json.HTTP
+
+
Convert a JSONObject into an HTTP header.
+
+
toString() - Method in class org.json.JSONArray
+
+
Make a JSON text of this JSONArray.
+
+
toString(int) - Method in class org.json.JSONArray
+
+
Make a pretty-printed JSON text of this JSONArray.
+
+
toString(JSONArray) - Static method in class org.json.JSONML
+
+
Reverse the JSONML transformation, making an XML text from a JSONArray.
+
+
toString(JSONObject) - Static method in class org.json.JSONML
+
+
Reverse the JSONML transformation, making an XML text from a JSONObject.
+
+
toString() - Method in class org.json.JSONObject
+
+
Make a JSON text of this JSONObject.
+
+
toString(int) - Method in class org.json.JSONObject
+
+
Make a pretty-printed JSON text of this JSONObject.
+
+
toString() - Method in class org.json.JSONPointer
+
+
Returns a string representing the JSONPointer path value using string + representation
+
+
toString() - Method in class org.json.JSONStringer
+
+
Return the JSON text.
+
+
toString() - Method in class org.json.JSONTokener
+
+
Make a printable string of this JSONTokener.
+
+
toString(Object) - Static method in class org.json.XML
+
+
Convert a JSONObject into a well-formed, element-normal XML string.
+
+
toString(Object, String) - Static method in class org.json.XML
+
+
Convert a JSONObject into a well-formed, element-normal XML string.
+
+
toString(Object, String, XMLParserConfiguration) - Static method in class org.json.XML
+
+
Convert a JSONObject into a well-formed, element-normal XML string.
+
+
toURIFragment() - Method in class org.json.JSONPointer
+
+
Returns a string representing the JSONPointer path value using URI + fragment identifier representation
+
+
TYPE_ATTR - Static variable in class org.json.XML
+
 
+
+ + + +

U

+
+
unescape(String) - Static method in class org.json.Cookie
+
+
Convert %hh sequences to single characters, and + convert plus to space.
+
+
unescape(String) - Static method in class org.json.XML
+
+
Removes XML escapes from the string.
+
+
+ + + +

V

+
+
value(boolean) - Method in class org.json.JSONWriter
+
+
Append either the value true or the value + false.
+
+
value(double) - Method in class org.json.JSONWriter
+
+
Append a double value.
+
+
value(long) - Method in class org.json.JSONWriter
+
+
Append a long value.
+
+
value(Object) - Method in class org.json.JSONWriter
+
+
Append an object value.
+
+
valueToString(Object) - Static method in class org.json.JSONObject
+
+
Make a JSON text of an Object value.
+
+
valueToString(Object) - Static method in class org.json.JSONWriter
+
+
Make a JSON text of an Object value.
+
+
+ + + +

W

+
+
withcDataTagName(String) - Method in class org.json.XMLParserConfiguration
+
+
The name of the key in a JSON Object that indicates a CDATA section.
+
+
withConvertNilAttributeToNull(boolean) - Method in class org.json.XMLParserConfiguration
+
+
When parsing the XML into JSON, specifies if values with attribute xsi:nil="true" + should be kept as attribute(false), or they should be converted to + null(true)
+
+
withKeepStrings(boolean) - Method in class org.json.XMLParserConfiguration
+
+
When parsing the XML into JSON, specifies if values should be kept as strings (true), or if + they should try to be guessed into JSON values (numeric, boolean, string)
+
+
withXsiTypeMap(Map<String, XMLXsiTypeConverter<?>>) - Method in class org.json.XMLParserConfiguration
+
+
When parsing the XML into JSON, specifies that the values with attribute xsi:type + will be converted to target type defined to client in this configuration + Map<String, XMLXsiTypeConverter<?>> to parse values with attribute + xsi:type="integer" as integer, xsi:type="string" as string
+
+
wrap(Object) - Static method in class org.json.JSONObject
+
+
Wrap an object, if necessary.
+
+
write(Writer) - Method in class org.json.JSONArray
+
+
Write the contents of the JSONArray as JSON text to a writer.
+
+
write(Writer, int, int) - Method in class org.json.JSONArray
+
+
Write the contents of the JSONArray as JSON text to a writer.
+
+
write(Writer) - Method in class org.json.JSONObject
+
+
Write the contents of the JSONObject as JSON text to a writer.
+
+
write(Writer, int, int) - Method in class org.json.JSONObject
+
+
Write the contents of the JSONObject as JSON text to a writer.
+
+
writer - Variable in class org.json.JSONWriter
+
+
The writer that will receive the output.
+
+
+ + + +

X

+
+
XML - Class in org.json
+
+
This provides static methods to convert an XML text into a JSONObject, and to + covert a JSONObject into an XML text.
+
+
XML() - Constructor for class org.json.XML
+
 
+
XMLParserConfiguration - Class in org.json
+
+
Configuration object for the XML parser.
+
+
XMLParserConfiguration() - Constructor for class org.json.XMLParserConfiguration
+
+
Default parser configuration.
+
+
XMLParserConfiguration(boolean) - Constructor for class org.json.XMLParserConfiguration
+
+
Deprecated. +
This constructor has been deprecated in favor of using the new builder + pattern for the configuration. + This constructor may be removed in a future release.
+
+
+
XMLParserConfiguration(String) - Constructor for class org.json.XMLParserConfiguration
+
+
Deprecated. +
This constructor has been deprecated in favor of using the new builder + pattern for the configuration. + This constructor may be removed in a future release.
+
+
+
XMLParserConfiguration(boolean, String) - Constructor for class org.json.XMLParserConfiguration
+
+
Deprecated. +
This constructor has been deprecated in favor of using the new builder + pattern for the configuration. + This constructor may be removed in a future release.
+
+
+
XMLParserConfiguration(boolean, String, boolean) - Constructor for class org.json.XMLParserConfiguration
+
+
Deprecated. +
This constructor has been deprecated in favor of using the new builder + pattern for the configuration. + This constructor may be removed or marked private in a future release.
+
+
+
XMLTokener - Class in org.json
+
+
The XMLTokener extends the JSONTokener to provide additional methods + for the parsing of XML texts.
+
+
XMLTokener(Reader) - Constructor for class org.json.XMLTokener
+
+
Construct an XMLTokener from a Reader.
+
+
XMLTokener(String) - Constructor for class org.json.XMLTokener
+
+
Construct an XMLTokener from a string.
+
+
XMLXsiTypeConverter<T> - Interface in org.json
+
+
Type conversion configuration interface to be used with xsi:type attributes.
+
+
+A B C D E G H I J K L M N O P Q R S T U V W X 
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/index.html b/docs/index.html similarity index 92% rename from index.html rename to docs/index.html index a915663..1f4eb87 100644 --- a/index.html +++ b/docs/index.html @@ -1,72 +1,71 @@ - - - - - - -JSON in Java 20160212 API - - - - - - -<noscript> -<div>JavaScript is disabled on your browser.</div> -</noscript> -<h2>Frame Alert</h2> -<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="org/json/package-summary.html">Non-frame version</a>.</p> - - - + + + + + +Generated Documentation (Untitled) + + + + + + +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<h2>Frame Alert</h2> +<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="org/json/package-summary.html">Non-frame version</a>.</p> + + + diff --git a/org/json/CDL.html b/docs/org/json/CDL.html similarity index 77% rename from org/json/CDL.html rename to docs/org/json/CDL.html index 100a8a0..bbee6cb 100644 --- a/org/json/CDL.html +++ b/docs/org/json/CDL.html @@ -1,532 +1,522 @@ - - - - - - -CDL (JSON in Java 20160212 API) - - - - - - - - -
- - -
Skip navigation links
- - - - -
- - - -
-
org.json
-

Class CDL

-
-
- -
- -
-
- -
-
- -
-
- - -
- - -
Skip navigation links
- - - - -
- - -

Copyright © 2016. All Rights Reserved.

- - + + + + + +CDL + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.json
+

Class CDL

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/org/json/Cookie.html b/docs/org/json/Cookie.html similarity index 64% rename from org/json/Cookie.html rename to docs/org/json/Cookie.html index 13ba60b..5e836c2 100644 --- a/org/json/Cookie.html +++ b/docs/org/json/Cookie.html @@ -1,385 +1,381 @@ - - - - - - -Cookie (JSON in Java 20160212 API) - - - - - - - - -
- - -
Skip navigation links
- - - - -
- - - -
-
org.json
-

Class Cookie

-
-
- -
- -
-
- -
-
- -
-
- - -
- - -
Skip navigation links
- - - - -
- - -

Copyright © 2016. All Rights Reserved.

- - + + + + + +Cookie + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.json
+

Class Cookie

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/org/json/CookieList.html b/docs/org/json/CookieList.html similarity index 72% rename from org/json/CookieList.html rename to docs/org/json/CookieList.html index d47e0f0..0af6802 100644 --- a/org/json/CookieList.html +++ b/docs/org/json/CookieList.html @@ -1,325 +1,315 @@ - - - - - - -CookieList (JSON in Java 20160212 API) - - - - - - - - -
- - -
Skip navigation links
- - - - -
- - - -
-
org.json
-

Class CookieList

-
-
- -
- -
-
- -
-
- -
-
- - -
- - -
Skip navigation links
- - - - -
- - -

Copyright © 2016. All Rights Reserved.

- - + + + + + +CookieList + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.json
+

Class CookieList

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/org/json/HTTP.html b/docs/org/json/HTTP.html similarity index 73% rename from org/json/HTTP.html rename to docs/org/json/HTTP.html index 1be7acc..75c5310 100644 --- a/org/json/HTTP.html +++ b/docs/org/json/HTTP.html @@ -1,398 +1,388 @@ - - - - - - -HTTP (JSON in Java 20160212 API) - - - - - - - - -
- - -
Skip navigation links
- - - - -
- - - -
-
org.json
-

Class HTTP

-
-
- -
- -
-
- -
-
- -
-
- - -
- - -
Skip navigation links
- - - - -
- - -

Copyright © 2016. All Rights Reserved.

- - + + + + + +HTTP + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.json
+

Class HTTP

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/org/json/HTTPTokener.html b/docs/org/json/HTTPTokener.html similarity index 74% rename from org/json/HTTPTokener.html rename to docs/org/json/HTTPTokener.html index 6f81da9..2c7224c 100644 --- a/org/json/HTTPTokener.html +++ b/docs/org/json/HTTPTokener.html @@ -1,308 +1,298 @@ - - - - - - -HTTPTokener (JSON in Java 20160212 API) - - - - - - - - -
- - -
Skip navigation links
- - - - -
- - - -
-
org.json
-

Class HTTPTokener

-
-
- -
- -
-
- -
-
- -
-
- - -
- - -
Skip navigation links
- - - - -
- - -

Copyright © 2016. All Rights Reserved.

- - + + + + + +HTTPTokener + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.json
+

Class HTTPTokener

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/org/json/JSONArray.html b/docs/org/json/JSONArray.html similarity index 54% rename from org/json/JSONArray.html rename to docs/org/json/JSONArray.html index 8080eeb..d970e99 100644 --- a/org/json/JSONArray.html +++ b/docs/org/json/JSONArray.html @@ -1,1778 +1,2358 @@ - - - - - - -JSONArray (JSON in Java 20160212 API) - - - - - - - - -
- - -
Skip navigation links
- - - - -
- - - -
-
org.json
-

Class JSONArray

-
-
- -
- -
-
- -
-
- -
-
- - -
- - -
Skip navigation links
- - - - -
- - -

Copyright © 2016. All Rights Reserved.

- - + + + + + +JSONArray + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.json
+

Class JSONArray

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/org/json/JSONException.html b/docs/org/json/JSONException.html similarity index 53% rename from org/json/JSONException.html rename to docs/org/json/JSONException.html index 3b4c095..0a9db66 100644 --- a/org/json/JSONException.html +++ b/docs/org/json/JSONException.html @@ -1,320 +1,316 @@ - - - - - - -JSONException (JSON in Java 20160212 API) - - - - - - - - -
- - -
Skip navigation links
- - - - -
- - - -
-
org.json
-

Class JSONException

-
-
- -
- -
-
- -
-
- -
-
- - -
- - -
Skip navigation links
- - - - -
- - -

Copyright © 2016. All Rights Reserved.

- - + + + + + +JSONException + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.json
+

Class JSONException

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/org/json/JSONML.html b/docs/org/json/JSONML.html similarity index 51% rename from org/json/JSONML.html rename to docs/org/json/JSONML.html index 48af638..a91934a 100644 --- a/org/json/JSONML.html +++ b/docs/org/json/JSONML.html @@ -1,450 +1,592 @@ - - - - - - -JSONML (JSON in Java 20160212 API) - - - - - - - - -
- - -
Skip navigation links
- - - - -
- - - -
-
org.json
-

Class JSONML

-
-
- -
- -
-
- -
-
- -
-
- - -
- - -
Skip navigation links
- - - - -
- - -

Copyright © 2016. All Rights Reserved.

- - + + + + + +JSONML + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.json
+

Class JSONML

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/docs/org/json/JSONObject.html b/docs/org/json/JSONObject.html new file mode 100644 index 0000000..ac070d8 --- /dev/null +++ b/docs/org/json/JSONObject.html @@ -0,0 +1,2755 @@ + + + + + +JSONObject + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.json
+

Class JSONObject

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/docs/org/json/JSONPointer.Builder.html b/docs/org/json/JSONPointer.Builder.html new file mode 100644 index 0000000..5fa9be7 --- /dev/null +++ b/docs/org/json/JSONPointer.Builder.html @@ -0,0 +1,334 @@ + + + + + +JSONPointer.Builder + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.json
+

Class JSONPointer.Builder

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/docs/org/json/JSONPointer.html b/docs/org/json/JSONPointer.html new file mode 100644 index 0000000..61ab637 --- /dev/null +++ b/docs/org/json/JSONPointer.html @@ -0,0 +1,414 @@ + + + + + +JSONPointer + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.json
+

Class JSONPointer

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/docs/org/json/JSONPointerException.html b/docs/org/json/JSONPointerException.html new file mode 100644 index 0000000..399d005 --- /dev/null +++ b/docs/org/json/JSONPointerException.html @@ -0,0 +1,284 @@ + + + + + +JSONPointerException + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.json
+

Class JSONPointerException

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/docs/org/json/JSONPropertyIgnore.html b/docs/org/json/JSONPropertyIgnore.html new file mode 100644 index 0000000..269571e --- /dev/null +++ b/docs/org/json/JSONPropertyIgnore.html @@ -0,0 +1,162 @@ + + + + + +JSONPropertyIgnore + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.json
+

Annotation Type JSONPropertyIgnore

+
+
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/docs/org/json/JSONPropertyName.html b/docs/org/json/JSONPropertyName.html new file mode 100644 index 0000000..dbd43dd --- /dev/null +++ b/docs/org/json/JSONPropertyName.html @@ -0,0 +1,214 @@ + + + + + +JSONPropertyName + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.json
+

Annotation Type JSONPropertyName

+
+
+
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/org/json/JSONString.html b/docs/org/json/JSONString.html similarity index 86% rename from org/json/JSONString.html rename to docs/org/json/JSONString.html index c88509b..39e4d42 100644 --- a/org/json/JSONString.html +++ b/docs/org/json/JSONString.html @@ -1,236 +1,232 @@ - - - - - - -JSONString (JSON in Java 20160212 API) - - - - - - - - -
- - -
Skip navigation links
- - - - -
- - - -
-
org.json
-

Interface JSONString

-
-
-
- -
-
- -
-
- -
-
- - -
- - -
Skip navigation links
- - - - -
- - -

Copyright © 2016. All Rights Reserved.

- - + + + + + +JSONString + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.json
+

Interface JSONString

+
+
+
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/org/json/JSONStringer.html b/docs/org/json/JSONStringer.html similarity index 77% rename from org/json/JSONStringer.html rename to docs/org/json/JSONStringer.html index fbaffa0..dd3f182 100644 --- a/org/json/JSONStringer.html +++ b/docs/org/json/JSONStringer.html @@ -1,346 +1,336 @@ - - - - - - -JSONStringer (JSON in Java 20160212 API) - - - - - - - - -
- - -
Skip navigation links
- - - - -
- - - -
-
org.json
-

Class JSONStringer

-
-
- -
- -
-
- -
-
- -
-
- - -
- - -
Skip navigation links
- - - - -
- - -

Copyright © 2016. All Rights Reserved.

- - + + + + + +JSONStringer + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.json
+

Class JSONStringer

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/org/json/JSONTokener.html b/docs/org/json/JSONTokener.html similarity index 67% rename from org/json/JSONTokener.html rename to docs/org/json/JSONTokener.html index 5f80253..676d983 100644 --- a/org/json/JSONTokener.html +++ b/docs/org/json/JSONTokener.html @@ -1,681 +1,705 @@ - - - - - - -JSONTokener (JSON in Java 20160212 API) - - - - - - - - -
- - -
Skip navigation links
- - - - -
- - - -
-
org.json
-

Class JSONTokener

-
-
- -
- -
-
- -
-
- -
-
- - -
- - -
Skip navigation links
- - - - -
- - -

Copyright © 2016. All Rights Reserved.

- - + + + + + +JSONTokener + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.json
+

Class JSONTokener

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/org/json/JSONWriter.html b/docs/org/json/JSONWriter.html similarity index 71% rename from org/json/JSONWriter.html rename to docs/org/json/JSONWriter.html index 3985447..4fa4641 100644 --- a/org/json/JSONWriter.html +++ b/docs/org/json/JSONWriter.html @@ -1,588 +1,622 @@ - - - - - - -JSONWriter (JSON in Java 20160212 API) - - - - - - - - -
- - -
Skip navigation links
- - - - -
- - - -
-
org.json
-

Class JSONWriter

-
-
- -
- -
-
- -
-
- -
-
- - -
- - -
Skip navigation links
- - - - -
- - -

Copyright © 2016. All Rights Reserved.

- - + + + + + +JSONWriter + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.json
+

Class JSONWriter

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/org/json/Property.html b/docs/org/json/Property.html similarity index 71% rename from org/json/Property.html rename to docs/org/json/Property.html index fd776ba..5107c81 100644 --- a/org/json/Property.html +++ b/docs/org/json/Property.html @@ -1,315 +1,305 @@ - - - - - - -Property (JSON in Java 20160212 API) - - - - - - - - -
- - -
Skip navigation links
- - - - -
- - - -
-
org.json
-

Class Property

-
-
- -
- -
-
- -
-
- -
-
- - -
- - -
Skip navigation links
- - - - -
- - -

Copyright © 2016. All Rights Reserved.

- - + + + + + +Property + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.json
+

Class Property

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/docs/org/json/XML.html b/docs/org/json/XML.html new file mode 100644 index 0000000..6d09691 --- /dev/null +++ b/docs/org/json/XML.html @@ -0,0 +1,902 @@ + + + + + +XML + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.json
+

Class XML

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/docs/org/json/XMLParserConfiguration.html b/docs/org/json/XMLParserConfiguration.html new file mode 100644 index 0000000..968da69 --- /dev/null +++ b/docs/org/json/XMLParserConfiguration.html @@ -0,0 +1,657 @@ + + + + + +XMLParserConfiguration + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.json
+

Class XMLParserConfiguration

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/org/json/XMLTokener.html b/docs/org/json/XMLTokener.html similarity index 60% rename from org/json/XMLTokener.html rename to docs/org/json/XMLTokener.html index 2bc29c9..949970c 100644 --- a/org/json/XMLTokener.html +++ b/docs/org/json/XMLTokener.html @@ -1,477 +1,494 @@ - - - - - - -XMLTokener (JSON in Java 20160212 API) - - - - - - - - -
- - -
Skip navigation links
- - - - -
- - - -
-
org.json
-

Class XMLTokener

-
-
- -
- -
-
- -
-
- -
-
- - -
- - -
Skip navigation links
- - - - -
- - -

Copyright © 2016. All Rights Reserved.

- - + + + + + +XMLTokener + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.json
+

Class XMLTokener

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/docs/org/json/XMLXsiTypeConverter.html b/docs/org/json/XMLXsiTypeConverter.html new file mode 100644 index 0000000..6ac348a --- /dev/null +++ b/docs/org/json/XMLXsiTypeConverter.html @@ -0,0 +1,255 @@ + + + + + +XMLXsiTypeConverter + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.json
+

Interface XMLXsiTypeConverter<T>

+
+
+
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/org/json/package-frame.html b/docs/org/json/package-frame.html similarity index 65% rename from org/json/package-frame.html rename to docs/org/json/package-frame.html index 457bc78..0c82ac6 100644 --- a/org/json/package-frame.html +++ b/docs/org/json/package-frame.html @@ -1,42 +1,51 @@ - - - - - - -org.json (JSON in Java 20160212 API) - - - - - -

org.json

-
-

Interfaces

- -

Classes

- -

Exceptions

- -
- - + + + + + +org.json + + + + + +

org.json

+
+

Interfaces

+ +

Classes

+ +

Exceptions

+ +

Annotation Types

+ +
+ + diff --git a/org/json/package-summary.html b/docs/org/json/package-summary.html similarity index 76% rename from org/json/package-summary.html rename to docs/org/json/package-summary.html index 454222b..396d33e 100644 --- a/org/json/package-summary.html +++ b/docs/org/json/package-summary.html @@ -1,266 +1,314 @@ - - - - - - -org.json (JSON in Java 20160212 API) - - - - - - - - -
- - -
Skip navigation links
- - - - -
- - -
-

Package org.json

-
-
- -
- -
- - -
Skip navigation links
- - - - -
- - -

Copyright © 2016. All Rights Reserved.

- - + + + + + +org.json + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Package org.json

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/org/json/package-tree.html b/docs/org/json/package-tree.html similarity index 63% rename from org/json/package-tree.html rename to docs/org/json/package-tree.html index 0e42348..ff3e430 100644 --- a/org/json/package-tree.html +++ b/docs/org/json/package-tree.html @@ -1,169 +1,178 @@ - - - - - - -org.json Class Hierarchy (JSON in Java 20160212 API) - - - - - - - - -
- - -
Skip navigation links
- - - - -
- - -
-

Hierarchy For Package org.json

-
-
-

Class Hierarchy

- -

Interface Hierarchy

- -
- -
- - -
Skip navigation links
- - - - -
- - -

Copyright © 2016. All Rights Reserved.

- - + + + + + +org.json Class Hierarchy + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Hierarchy For Package org.json

+
+
+

Class Hierarchy

+ +

Interface Hierarchy

+ +

Annotation Type Hierarchy

+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/overview-tree.html b/docs/overview-tree.html similarity index 64% rename from overview-tree.html rename to docs/overview-tree.html index 4710969..5b74593 100644 --- a/overview-tree.html +++ b/docs/overview-tree.html @@ -1,173 +1,182 @@ - - - - - - -Class Hierarchy (JSON in Java 20160212 API) - - - - - - - - -
- - -
Skip navigation links
- - - - -
- - -
-

Hierarchy For All Packages

-Package Hierarchies: - -
-
-

Class Hierarchy

- -

Interface Hierarchy

- -
- -
- - -
Skip navigation links
- - - - -
- - -

Copyright © 2016. All Rights Reserved.

- - + + + + + +Class Hierarchy + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Hierarchy For All Packages

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Interface Hierarchy

+ +

Annotation Type Hierarchy

+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/docs/package-list b/docs/package-list new file mode 100644 index 0000000..ccf8418 --- /dev/null +++ b/docs/package-list @@ -0,0 +1 @@ +org.json diff --git a/docs/script.js b/docs/script.js new file mode 100644 index 0000000..c3a1cae --- /dev/null +++ b/docs/script.js @@ -0,0 +1,30 @@ +function show(type) +{ + count = 0; + for (var key in methods) { + var row = document.getElementById(key); + if ((methods[key] & type) != 0) { + row.style.display = ''; + row.className = (count++ % 2) ? rowColor : altColor; + } + else + row.style.display = 'none'; + } + updateTabs(type); +} + +function updateTabs(type) +{ + for (var value in tabs) { + var sNode = document.getElementById(tabs[value][0]); + var spanNode = sNode.firstChild; + if (value == type) { + sNode.className = activeTableTab; + spanNode.innerHTML = tabs[value][1]; + } + else { + sNode.className = tableTab; + spanNode.innerHTML = "" + tabs[value][1] + ""; + } + } +} diff --git a/serialized-form.html b/docs/serialized-form.html similarity index 78% rename from serialized-form.html rename to docs/serialized-form.html index 0d203b4..4d3d6ba 100644 --- a/serialized-form.html +++ b/docs/serialized-form.html @@ -1,141 +1,146 @@ - - - - - - -Serialized Form (JSON in Java 20160212 API) - - - - - - - - -
- - -
Skip navigation links
- - - - -
- - -
-

Serialized Form

-
-
- -
- -
- - -
Skip navigation links
- - - - -
- - -

Copyright © 2016. All Rights Reserved.

- - + + + + + +Serialized Form + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Serialized Form

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/docs/stylesheet.css b/docs/stylesheet.css new file mode 100644 index 0000000..1e392db --- /dev/null +++ b/docs/stylesheet.css @@ -0,0 +1,574 @@ +/* Javadoc style sheet */ +/* +Overall document style +*/ + +@import url('resources/fonts/dejavu.css'); + +body { + background-color:#ffffff; + color:#353833; + font-family:'DejaVu Sans', Arial, Helvetica, sans-serif; + font-size:14px; + margin:0; +} +a:link, a:visited { + text-decoration:none; + color:#4A6782; +} +a:hover, a:focus { + text-decoration:none; + color:#bb7a2a; +} +a:active { + text-decoration:none; + color:#4A6782; +} +a[name] { + color:#353833; +} +a[name]:hover { + text-decoration:none; + color:#353833; +} +pre { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; +} +h1 { + font-size:20px; +} +h2 { + font-size:18px; +} +h3 { + font-size:16px; + font-style:italic; +} +h4 { + font-size:13px; +} +h5 { + font-size:12px; +} +h6 { + font-size:11px; +} +ul { + list-style-type:disc; +} +code, tt { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; + margin-top:8px; + line-height:1.4em; +} +dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; +} +table tr td dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + vertical-align:top; + padding-top:4px; +} +sup { + font-size:8px; +} +/* +Document title and Copyright styles +*/ +.clear { + clear:both; + height:0px; + overflow:hidden; +} +.aboutLanguage { + float:right; + padding:0px 21px; + font-size:11px; + z-index:200; + margin-top:-9px; +} +.legalCopy { + margin-left:.5em; +} +.bar a, .bar a:link, .bar a:visited, .bar a:active { + color:#FFFFFF; + text-decoration:none; +} +.bar a:hover, .bar a:focus { + color:#bb7a2a; +} +.tab { + background-color:#0066FF; + color:#ffffff; + padding:8px; + width:5em; + font-weight:bold; +} +/* +Navigation bar styles +*/ +.bar { + background-color:#4D7A97; + color:#FFFFFF; + padding:.8em .5em .4em .8em; + height:auto;/*height:1.8em;*/ + font-size:11px; + margin:0; +} +.topNav { + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.bottomNav { + margin-top:10px; + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.subNav { + background-color:#dee3e9; + float:left; + width:100%; + overflow:hidden; + font-size:12px; +} +.subNav div { + clear:left; + float:left; + padding:0 0 5px 6px; + text-transform:uppercase; +} +ul.navList, ul.subNavList { + float:left; + margin:0 25px 0 0; + padding:0; +} +ul.navList li{ + list-style:none; + float:left; + padding: 5px 6px; + text-transform:uppercase; +} +ul.subNavList li{ + list-style:none; + float:left; +} +.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited { + color:#FFFFFF; + text-decoration:none; + text-transform:uppercase; +} +.topNav a:hover, .bottomNav a:hover { + text-decoration:none; + color:#bb7a2a; + text-transform:uppercase; +} +.navBarCell1Rev { + background-color:#F8981D; + color:#253441; + margin: auto 5px; +} +.skipNav { + position:absolute; + top:auto; + left:-9999px; + overflow:hidden; +} +/* +Page header and footer styles +*/ +.header, .footer { + clear:both; + margin:0 20px; + padding:5px 0 0 0; +} +.indexHeader { + margin:10px; + position:relative; +} +.indexHeader span{ + margin-right:15px; +} +.indexHeader h1 { + font-size:13px; +} +.title { + color:#2c4557; + margin:10px 0; +} +.subTitle { + margin:5px 0 0 0; +} +.header ul { + margin:0 0 15px 0; + padding:0; +} +.footer ul { + margin:20px 0 5px 0; +} +.header ul li, .footer ul li { + list-style:none; + font-size:13px; +} +/* +Heading styles +*/ +div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList ul.blockList li.blockList h3 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList li.blockList h3 { + padding:0; + margin:15px 0; +} +ul.blockList li.blockList h2 { + padding:0px 0 20px 0; +} +/* +Page layout container styles +*/ +.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer { + clear:both; + padding:10px 20px; + position:relative; +} +.indexContainer { + margin:10px; + position:relative; + font-size:12px; +} +.indexContainer h2 { + font-size:13px; + padding:0 0 3px 0; +} +.indexContainer ul { + margin:0; + padding:0; +} +.indexContainer ul li { + list-style:none; + padding-top:2px; +} +.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt { + font-size:12px; + font-weight:bold; + margin:10px 0 0 0; + color:#4E4E4E; +} +.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd { + margin:5px 0 10px 0px; + font-size:14px; + font-family:'DejaVu Sans Mono',monospace; +} +.serializedFormContainer dl.nameValue dt { + margin-left:1px; + font-size:1.1em; + display:inline; + font-weight:bold; +} +.serializedFormContainer dl.nameValue dd { + margin:0 0 0 1px; + font-size:1.1em; + display:inline; +} +/* +List styles +*/ +ul.horizontal li { + display:inline; + font-size:0.9em; +} +ul.inheritance { + margin:0; + padding:0; +} +ul.inheritance li { + display:inline; + list-style:none; +} +ul.inheritance li ul.inheritance { + margin-left:15px; + padding-left:15px; + padding-top:1px; +} +ul.blockList, ul.blockListLast { + margin:10px 0 10px 0; + padding:0; +} +ul.blockList li.blockList, ul.blockListLast li.blockList { + list-style:none; + margin-bottom:15px; + line-height:1.4; +} +ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList { + padding:0px 20px 5px 10px; + border:1px solid #ededed; + background-color:#f8f8f8; +} +ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList { + padding:0 0 5px 8px; + background-color:#ffffff; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockList { + margin-left:0; + padding-left:0; + padding-bottom:15px; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast { + list-style:none; + border-bottom:none; + padding-bottom:0; +} +table tr td dl, table tr td dl dt, table tr td dl dd { + margin-top:0; + margin-bottom:1px; +} +/* +Table styles +*/ +.overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary { + width:100%; + border-left:1px solid #EEE; + border-right:1px solid #EEE; + border-bottom:1px solid #EEE; +} +.overviewSummary, .memberSummary { + padding:0px; +} +.overviewSummary caption, .memberSummary caption, .typeSummary caption, +.useSummary caption, .constantsSummary caption, .deprecatedSummary caption { + position:relative; + text-align:left; + background-repeat:no-repeat; + color:#253441; + font-weight:bold; + clear:none; + overflow:hidden; + padding:0px; + padding-top:10px; + padding-left:1px; + margin:0px; + white-space:pre; +} +.overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link, +.useSummary caption a:link, .constantsSummary caption a:link, .deprecatedSummary caption a:link, +.overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover, +.useSummary caption a:hover, .constantsSummary caption a:hover, .deprecatedSummary caption a:hover, +.overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active, +.useSummary caption a:active, .constantsSummary caption a:active, .deprecatedSummary caption a:active, +.overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visited, +.useSummary caption a:visited, .constantsSummary caption a:visited, .deprecatedSummary caption a:visited { + color:#FFFFFF; +} +.overviewSummary caption span, .memberSummary caption span, .typeSummary caption span, +.useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + padding-bottom:7px; + display:inline-block; + float:left; + background-color:#F8981D; + border: none; + height:16px; +} +.memberSummary caption span.activeTableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#F8981D; + height:16px; +} +.memberSummary caption span.tableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#4D7A97; + height:16px; +} +.memberSummary caption span.tableTab, .memberSummary caption span.activeTableTab { + padding-top:0px; + padding-left:0px; + padding-right:0px; + background-image:none; + float:none; + display:inline; +} +.overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd, +.useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd { + display:none; + width:5px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .activeTableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .tableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + background-color:#4D7A97; + float:left; + +} +.overviewSummary td, .memberSummary td, .typeSummary td, +.useSummary td, .constantsSummary td, .deprecatedSummary td { + text-align:left; + padding:0px 0px 12px 10px; + width:100%; +} +th.colOne, th.colFirst, th.colLast, .useSummary th, .constantsSummary th, +td.colOne, td.colFirst, td.colLast, .useSummary td, .constantsSummary td{ + vertical-align:top; + padding-right:0px; + padding-top:8px; + padding-bottom:3px; +} +th.colFirst, th.colLast, th.colOne, .constantsSummary th { + background:#dee3e9; + text-align:left; + padding:8px 3px 3px 7px; +} +td.colFirst, th.colFirst { + white-space:nowrap; + font-size:13px; +} +td.colLast, th.colLast { + font-size:13px; +} +td.colOne, th.colOne { + font-size:13px; +} +.overviewSummary td.colFirst, .overviewSummary th.colFirst, +.overviewSummary td.colOne, .overviewSummary th.colOne, +.memberSummary td.colFirst, .memberSummary th.colFirst, +.memberSummary td.colOne, .memberSummary th.colOne, +.typeSummary td.colFirst{ + width:25%; + vertical-align:top; +} +td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover { + font-weight:bold; +} +.tableSubHeadingColor { + background-color:#EEEEFF; +} +.altColor { + background-color:#FFFFFF; +} +.rowColor { + background-color:#EEEEEF; +} +/* +Content styles +*/ +.description pre { + margin-top:0; +} +.deprecatedContent { + margin:0; + padding:10px 0; +} +.docSummary { + padding:0; +} + +ul.blockList ul.blockList ul.blockList li.blockList h3 { + font-style:normal; +} + +div.block { + font-size:14px; + font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; +} + +td.colLast div { + padding-top:0px; +} + + +td.colLast a { + padding-bottom:3px; +} +/* +Formatting effect styles +*/ +.sourceLineNo { + color:green; + padding:0 30px 0 0; +} +h1.hidden { + visibility:hidden; + overflow:hidden; + font-size:10px; +} +.block { + display:block; + margin:3px 10px 2px 0px; + color:#474747; +} +.deprecatedLabel, .descfrmTypeLabel, .memberNameLabel, .memberNameLink, +.overrideSpecifyLabel, .packageHierarchyLabel, .paramLabel, .returnLabel, +.seeLabel, .simpleTagLabel, .throwsLabel, .typeNameLabel, .typeNameLink { + font-weight:bold; +} +.deprecationComment, .emphasizedPhrase, .interfaceName { + font-style:italic; +} + +div.block div.block span.deprecationComment, div.block div.block span.emphasizedPhrase, +div.block div.block span.interfaceName { + font-style:normal; +} + +div.contentContainer ul.blockList li.blockList h2{ + padding-bottom:0px; +} diff --git a/org/json/JSONObject.html b/org/json/JSONObject.html deleted file mode 100644 index 433c9ce..0000000 --- a/org/json/JSONObject.html +++ /dev/null @@ -1,2197 +0,0 @@ - - - - - - -JSONObject (JSON in Java 20160212 API) - - - - - - - - -
- - -
Skip navigation links
- - - - -
- - - -
-
org.json
-

Class JSONObject

-
-
- -
- -
-
- -
-
- -
-
- - -
- - -
Skip navigation links
- - - - -
- - -

Copyright © 2016. All Rights Reserved.

- - diff --git a/org/json/XML.html b/org/json/XML.html deleted file mode 100644 index 6f5515d..0000000 --- a/org/json/XML.html +++ /dev/null @@ -1,606 +0,0 @@ - - - - - - -XML (JSON in Java 20160212 API) - - - - - - - - -
- - -
Skip navigation links
- - - - -
- - - -
-
org.json
-

Class XML

-
-
- -
- -
-
- -
-
- -
-
- - -
- - -
Skip navigation links
- - - - -
- - -

Copyright © 2016. All Rights Reserved.

- - diff --git a/org/json/class-use/CDL.html b/org/json/class-use/CDL.html deleted file mode 100644 index 38e2a10..0000000 --- a/org/json/class-use/CDL.html +++ /dev/null @@ -1,124 +0,0 @@ - - - - - - -Uses of Class org.json.CDL (JSON in Java 20160212 API) - - - - - - - - -
- - -
Skip navigation links
- - - - -
- - -
-

Uses of Class
org.json.CDL

-
-
No usage of org.json.CDL
- -
- - -
Skip navigation links
- - - - -
- - -

Copyright © 2016. All Rights Reserved.

- - diff --git a/org/json/class-use/Cookie.html b/org/json/class-use/Cookie.html deleted file mode 100644 index e9abd09..0000000 --- a/org/json/class-use/Cookie.html +++ /dev/null @@ -1,124 +0,0 @@ - - - - - - -Uses of Class org.json.Cookie (JSON in Java 20160212 API) - - - - - - - - -
- - -
Skip navigation links
- - - - -
- - -
-

Uses of Class
org.json.Cookie

-
-
No usage of org.json.Cookie
- -
- - -
Skip navigation links
- - - - -
- - -

Copyright © 2016. All Rights Reserved.

- - diff --git a/org/json/class-use/CookieList.html b/org/json/class-use/CookieList.html deleted file mode 100644 index d2028d9..0000000 --- a/org/json/class-use/CookieList.html +++ /dev/null @@ -1,124 +0,0 @@ - - - - - - -Uses of Class org.json.CookieList (JSON in Java 20160212 API) - - - - - - - - -
- - -
Skip navigation links
- - - - -
- - -
-

Uses of Class
org.json.CookieList

-
-
No usage of org.json.CookieList
- -
- - -
Skip navigation links
- - - - -
- - -

Copyright © 2016. All Rights Reserved.

- - diff --git a/org/json/class-use/HTTP.html b/org/json/class-use/HTTP.html deleted file mode 100644 index 158ed56..0000000 --- a/org/json/class-use/HTTP.html +++ /dev/null @@ -1,124 +0,0 @@ - - - - - - -Uses of Class org.json.HTTP (JSON in Java 20160212 API) - - - - - - - - -
- - -
Skip navigation links
- - - - -
- - -
-

Uses of Class
org.json.HTTP

-
-
No usage of org.json.HTTP
- -
- - -
Skip navigation links
- - - - -
- - -

Copyright © 2016. All Rights Reserved.

- - diff --git a/org/json/class-use/HTTPTokener.html b/org/json/class-use/HTTPTokener.html deleted file mode 100644 index 9050b2c..0000000 --- a/org/json/class-use/HTTPTokener.html +++ /dev/null @@ -1,124 +0,0 @@ - - - - - - -Uses of Class org.json.HTTPTokener (JSON in Java 20160212 API) - - - - - - - - -
- - -
Skip navigation links
- - - - -
- - -
-

Uses of Class
org.json.HTTPTokener

-
-
No usage of org.json.HTTPTokener
- -
- - -
Skip navigation links
- - - - -
- - -

Copyright © 2016. All Rights Reserved.

- - diff --git a/org/json/class-use/JSONArray.html b/org/json/class-use/JSONArray.html deleted file mode 100644 index 214969c..0000000 --- a/org/json/class-use/JSONArray.html +++ /dev/null @@ -1,401 +0,0 @@ - - - - - - -Uses of Class org.json.JSONArray (JSON in Java 20160212 API) - - - - - - - - -
- - -
Skip navigation links
- - - - -
- - -
-

Uses of Class
org.json.JSONArray

-
-
- -
- -
- - -
Skip navigation links
- - - - -
- - -

Copyright © 2016. All Rights Reserved.

- - diff --git a/org/json/class-use/JSONException.html b/org/json/class-use/JSONException.html deleted file mode 100644 index 39fecbd..0000000 --- a/org/json/class-use/JSONException.html +++ /dev/null @@ -1,900 +0,0 @@ - - - - - - -Uses of Class org.json.JSONException (JSON in Java 20160212 API) - - - - - - - - -
- - -
Skip navigation links
- - - - -
- - -
-

Uses of Class
org.json.JSONException

-
-
- -
- -
- - -
Skip navigation links
- - - - -
- - -

Copyright © 2016. All Rights Reserved.

- - diff --git a/org/json/class-use/JSONML.html b/org/json/class-use/JSONML.html deleted file mode 100644 index 554f55a..0000000 --- a/org/json/class-use/JSONML.html +++ /dev/null @@ -1,124 +0,0 @@ - - - - - - -Uses of Class org.json.JSONML (JSON in Java 20160212 API) - - - - - - - - -
- - -
Skip navigation links
- - - - -
- - -
-

Uses of Class
org.json.JSONML

-
-
No usage of org.json.JSONML
- -
- - -
Skip navigation links
- - - - -
- - -

Copyright © 2016. All Rights Reserved.

- - diff --git a/org/json/class-use/JSONObject.html b/org/json/class-use/JSONObject.html deleted file mode 100644 index 348d7e3..0000000 --- a/org/json/class-use/JSONObject.html +++ /dev/null @@ -1,376 +0,0 @@ - - - - - - -Uses of Class org.json.JSONObject (JSON in Java 20160212 API) - - - - - - - - -
- - -
Skip navigation links
- - - - -
- - -
-

Uses of Class
org.json.JSONObject

-
-
- -
- -
- - -
Skip navigation links
- - - - -
- - -

Copyright © 2016. All Rights Reserved.

- - diff --git a/org/json/class-use/JSONString.html b/org/json/class-use/JSONString.html deleted file mode 100644 index a7bbb36..0000000 --- a/org/json/class-use/JSONString.html +++ /dev/null @@ -1,124 +0,0 @@ - - - - - - -Uses of Interface org.json.JSONString (JSON in Java 20160212 API) - - - - - - - - -
- - -
Skip navigation links
- - - - -
- - -
-

Uses of Interface
org.json.JSONString

-
-
No usage of org.json.JSONString
- -
- - -
Skip navigation links
- - - - -
- - -

Copyright © 2016. All Rights Reserved.

- - diff --git a/org/json/class-use/JSONStringer.html b/org/json/class-use/JSONStringer.html deleted file mode 100644 index 7a563e6..0000000 --- a/org/json/class-use/JSONStringer.html +++ /dev/null @@ -1,124 +0,0 @@ - - - - - - -Uses of Class org.json.JSONStringer (JSON in Java 20160212 API) - - - - - - - - -
- - -
Skip navigation links
- - - - -
- - -
-

Uses of Class
org.json.JSONStringer

-
-
No usage of org.json.JSONStringer
- -
- - -
Skip navigation links
- - - - -
- - -

Copyright © 2016. All Rights Reserved.

- - diff --git a/org/json/class-use/JSONTokener.html b/org/json/class-use/JSONTokener.html deleted file mode 100644 index a659531..0000000 --- a/org/json/class-use/JSONTokener.html +++ /dev/null @@ -1,215 +0,0 @@ - - - - - - -Uses of Class org.json.JSONTokener (JSON in Java 20160212 API) - - - - - - - - -
- - -
Skip navigation links
- - - - -
- - -
-

Uses of Class
org.json.JSONTokener

-
-
- -
- -
- - -
Skip navigation links
- - - - -
- - -

Copyright © 2016. All Rights Reserved.

- - diff --git a/org/json/class-use/JSONWriter.html b/org/json/class-use/JSONWriter.html deleted file mode 100644 index c478365..0000000 --- a/org/json/class-use/JSONWriter.html +++ /dev/null @@ -1,215 +0,0 @@ - - - - - - -Uses of Class org.json.JSONWriter (JSON in Java 20160212 API) - - - - - - - - -
- - -
Skip navigation links
- - - - -
- - -
-

Uses of Class
org.json.JSONWriter

-
-
- -
- -
- - -
Skip navigation links
- - - - -
- - -

Copyright © 2016. All Rights Reserved.

- - diff --git a/org/json/class-use/Property.html b/org/json/class-use/Property.html deleted file mode 100644 index 3396dde..0000000 --- a/org/json/class-use/Property.html +++ /dev/null @@ -1,124 +0,0 @@ - - - - - - -Uses of Class org.json.Property (JSON in Java 20160212 API) - - - - - - - - -
- - -
Skip navigation links
- - - - -
- - -
-

Uses of Class
org.json.Property

-
-
No usage of org.json.Property
- -
- - -
Skip navigation links
- - - - -
- - -

Copyright © 2016. All Rights Reserved.

- - diff --git a/org/json/class-use/XML.html b/org/json/class-use/XML.html deleted file mode 100644 index 93ef77c..0000000 --- a/org/json/class-use/XML.html +++ /dev/null @@ -1,124 +0,0 @@ - - - - - - -Uses of Class org.json.XML (JSON in Java 20160212 API) - - - - - - - - -
- - -
Skip navigation links
- - - - -
- - -
-

Uses of Class
org.json.XML

-
-
No usage of org.json.XML
- -
- - -
Skip navigation links
- - - - -
- - -

Copyright © 2016. All Rights Reserved.

- - diff --git a/org/json/class-use/XMLTokener.html b/org/json/class-use/XMLTokener.html deleted file mode 100644 index 86648f4..0000000 --- a/org/json/class-use/XMLTokener.html +++ /dev/null @@ -1,159 +0,0 @@ - - - - - - -Uses of Class org.json.XMLTokener (JSON in Java 20160212 API) - - - - - - - - -
- - -
Skip navigation links
- - - - -
- - -
-

Uses of Class
org.json.XMLTokener

-
-
- -
- -
- - -
Skip navigation links
- - - - -
- - -

Copyright © 2016. All Rights Reserved.

- - diff --git a/org/json/package-use.html b/org/json/package-use.html deleted file mode 100644 index 038a452..0000000 --- a/org/json/package-use.html +++ /dev/null @@ -1,171 +0,0 @@ - - - - - - -Uses of Package org.json (JSON in Java 20160212 API) - - - - - - - - -
- - -
Skip navigation links
- - - - -
- - -
-

Uses of Package
org.json

-
-
- -
- -
- - -
Skip navigation links
- - - - -
- - -

Copyright © 2016. All Rights Reserved.

- -