Function JsonLexer.tryLiteral

Attempts to process a literal string of expected output, such as "null" or "false".

Token tryLiteral (
  string exp,
  size_t n,
  Token tk
);