- decodeBigDecimal(String) - Method in class org.json.stream.JSONStreamReader
-
Parse a number as a BigDecimal
strictly according to the JSON
specification.
- decodeBigInteger(String, boolean) - Method in class org.json.stream.JSONStreamReader
-
Parse a number as a BigInteger
strictly according to the JSON
specification.
- decodeDouble(String, boolean) - Method in class org.json.stream.JSONStreamReader
-
Decode a number as a double strictly according to the JSON specification.
- decodeInt(String, boolean) - Method in class org.json.stream.JSONStreamReader
-
Parse a number as an int strictly according to the JSON specification.
- decodeLong(String, boolean) - Method in class org.json.stream.JSONStreamReader
-
Parse a number as a long strictly according to the JSON specification.
- decodeNull() - Method in class org.json.stream.JSONStreamReader
-
Return an object that represents a JSON null value.
- decodeNumber(String, boolean) - Method in class org.json.stream.JSONStreamReader
-
Decode a number strictly according to the JSON specification.
- DEFAULT_BUFFER_SIZE - Static variable in class org.json.util.BufferedAppendable
-
The default buffer size of 1024 characters, if none is specified.
- DEFAULT_BUFFER_SIZE - Static variable in class org.json.util.Latin1AppendableOutputStream
-
The default buffer size of 1024 characters, if none is specified.
- dehexchar(char) - Static method in class org.json.Scanner
-
Get the hex value of a character (base16).
- done - Variable in class org.json.JSONWriter
-
Indicate when writing has finished.
- doubleToString(double) - Static method in class org.json.JSONObject
-
Produce a string from a double.
- doubleValue(double, Appendable) - Method in class org.json.write.NullStructureWriter
-
Throws a JSONException
to indicate this writer can't write
a value.
- doubleValue(double, Appendable) - Method in class org.json.write.SimpleStructureWriter
-
Write a double
value to the given Appendable
.
- doubleValue(double, Appendable) - Method in interface org.json.write.StructureWriter
-
Write a double
value to the given Appendable
.