Uses of Class
com.clumd.projects.javajson.exceptions.json.KeyDifferentTypeException
Packages that use KeyDifferentTypeException
-
Uses of KeyDifferentTypeException in com.clumd.projects.javajson.api
Methods in com.clumd.projects.javajson.api that throw KeyDifferentTypeExceptionModifier and TypeMethodDescriptionJson.getArray()Used to get the array value of this JSON object, if it was itself, an array.booleanJson.getBoolean()Used to get the boolean value of this JSON object, if it was itself, a boolean.doubleJson.getDouble()Used to get the double value of this JSON object, if it was itself, a double.Json.getJSONObject()Used to get the Object value of this JSON object, if it was itself, an Object.longJson.getLong()Used to get the long value of this JSON object, if it was itself, a long.Json.getString()Used to get the string value of this JSON object, if it was itself, a string.