Package com.dynatrace.openkit.util.json.lexer
-
Class Summary Class Description JSONLexer Lexical analyzer for JSON, based on RFC 8259 (see also https://tools.ietf.org/html/rfc8259).JSONToken Container class representing a token. -
Enum Summary Enum Description JSONToken.TokenType Token's type. -
Exception Summary Exception Description LexerException Exception class thrown by the lexical analyzer in case of error.