JsonParsers.JsonDouble field

Parses a JSON number into a double-precision floating-point number.

public static readonly IParser<double> JsonDouble;

See Also