Uses of Enum Class
com.grack.nanojson.JsonReader.Type
-
Uses of JsonReader.Type in com.grack.nanojson
Subclasses with type arguments of type JsonReader.Type in com.grack.nanojsonModifier and TypeClassDescriptionstatic enumThe type of value that theJsonReaderis positioned over.Methods in com.grack.nanojson that return JsonReader.TypeModifier and TypeMethodDescriptionJsonReader.current()Returns the current type of the value.static JsonReader.TypeReturns the enum constant of this class with the specified name.static JsonReader.Type[]JsonReader.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.