Skip to content

io_nats_jparse_token

Rick Hightower edited this page Jul 18, 2023 · 1 revision

io.nats.jparse.token

class diagram

Token

The Token class represents a token that has been parsed from a JSON string. It includes the start and end indices of the token within the source, as well as its type. The class provides methods for getting the string representation of the token, as well as its length and a string representation that includes its start and end indices and type. Additionally, the class includes equals and hashCode methods for comparing tokens.

Clone this wiki locally