Package-level declarations

Types

Link copied to clipboard
class Parser

Parser instance that will be used to parse data

Link copied to clipboard
class ParserException(message: String) : Exception

Exception that will be thrown when parsing failed.

Link copied to clipboard
data class ParserResult(val formattedString: String, val parserFormat: Parser.ParserFormat)

Result of the parsed value