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