JsonParsers.JsonNumber field

Parses a JSON number into a 64-bit integer if possible; otherwise uses a double-precision floating-point number.

public static readonly IParser<object> JsonNumber;

See Also