Uses of Enum Class
com.blackrook.json.JSONObject.Type
Package
Description
Contains a set of classes for JSON parsing and object handling.
-
Uses of JSONObject.Type in com.blackrook.json
Modifier and TypeMethodDescriptionJSONObject.getType()
Gets this object's JavaScript type.static JSONObject.Type
Returns the enum constant of this class with the specified name.static JSONObject.Type[]
JSONObject.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.