-
Deprecated InterfacesInterfaceDescriptionsince 2.0.0, replaced by
Jsonablesince 2.0.0 the same results can be achieved with the Map and Collection constructors in java post parsing.since 2.0.0 it doesn't extend the SAX ContentHandler promoting bad practices and incompatible code.
-
Deprecated ClassesClassDescriptionsince 2.0.0 all of the functionality provided by the class seems to be already provided in the JDK.since 2.0.0, replaced by
JsonArraysince 2.0.0, replaced byJsonObjectsince 2.0.0, replaced byJsonersince 2.0.0, copied to a new packageJsoner.since 2.0.0, copied to a new package.
-
Deprecated Exceptions
-
Deprecated MethodsMethodDescription2.3.0 Jsoner deprecated automatically serializing enums as Strings.2.3.0 in favor of
JsonObject.getBigDecimal(JsonKey)2.3.0 in favor ofJsonObject.getBigDecimalOrDefault(JsonKey)2.3.0 in favor ofJsonObject.getBoolean(JsonKey)2.3.0 in favor ofJsonObject.getBooleanOrDefault(JsonKey)2.3.0 in favor ofJsonObject.getByte(JsonKey)2.3.0 in favor ofJsonObject.getByteOrDefault(JsonKey)2.3.0 in favor ofJsonObject.getCollection(JsonKey)2.3.0 in favor ofJsonObject.getCollectionOrDefault(JsonKey)2.3.0 in favor ofJsonObject.getDouble(JsonKey)2.3.0 in favor ofJsonObject.getDoubleOrDefault(JsonKey)2.3.0 in favor ofJsonObject.getEnum(JsonKey)2.3.0 Jsoner deprecated automatically serializing enums as Strings.2.3.0 in favor ofJsonObject.getEnumOrDefault(JsonKey)2.3.0 Jsoner deprecated automatically serializing enums as Strings.2.3.0 in favor ofJsonObject.getFloat(JsonKey)2.3.0 in favor ofJsonObject.getFloatOrDefault(JsonKey)2.3.0 in favor ofJsonObject.getInteger(JsonKey)2.3.0 in favor ofJsonObject.getIntegerOrDefault(JsonKey)2.3.0 in favor ofJsonObject.getLong(JsonKey)2.3.0 in favor ofJsonObject.getLongOrDefault(JsonKey)2.3.0 in favor ofJsonObject.getMap(JsonKey)2.3.0 in favor ofJsonObject.getMapOrDefault(JsonKey)2.3.0 in favor ofJsonObject.getShort(JsonKey)2.3.0 in favor ofJsonObject.getShortOrDefault(JsonKey)2.3.0 in favor ofJsonObject.getString(JsonKey)2.3.0 in favor ofJsonObject.getStringOrDefault(JsonKey)this method may throw anErrorinstead of returningnull; please useJSONValue.parseWithException(Reader)insteadthis method may throw anErrorinstead of returningnull; please useJSONValue.parseWithException(String)instead
Jsonable