Example usage for Java javax.json JsonNumber fields, constructors, methods, implement or subclass
The text is from its open source code.
BigDecimal | bigDecimalValue() Returns this JSON number as a BigDecimal object. |
double | doubleValue() Returns this JSON number as a double . |
int | intValue() Returns this JSON number as an int . |
long | longValueExact() Returns this JSON number as a long . |
String | toString() Returns a JSON text representation of the JSON number. |