Parses a JSON number into a 64-bit integer. Fails if the number has a decimal point or exponent.
public static readonly IParser<long> JsonInteger;