Class std.json.JSONNumber
Synopsis
public final class JSONNumber extends JSON
Represents a floating-point number in JSON.
Fields
Constructors
public JSONNumber(double value);
Construct the JSON integer from the specified value.
Methods
public double getValue();
Get the value.
No description given