Uses of Enum Class
cloud.opencode.base.json.stream.JsonToken
Packages that use JsonToken
Package
Description
JSON Stream - Streaming API for Large JSON Processing
JSON Stream - 大 JSON 处理的流式 API
-
Uses of JsonToken in cloud.opencode.base.json.stream
Subclasses with type arguments of type JsonToken in cloud.opencode.base.json.streamModifier and TypeClassDescriptionenumJSON Token - Token Types for Streaming JSON Parser JSON 令牌 - 流式 JSON 解析器的令牌类型Methods in cloud.opencode.base.json.stream that return JsonTokenModifier and TypeMethodDescriptionJsonReader.peek()Returns the type of the next token without consuming it.static JsonTokenReturns the enum constant of this class with the specified name.static JsonToken[]JsonToken.values()Returns an array containing the constants of this enum class, in the order they are declared.