Uses of Class
jsonvalues.JsNumber
Packages that use JsNumber
Package
Description
The `jsonvalues` package provides a set of classes and interfaces for working with JSON (JavaScript Object Notation)
data in a type-safe and structured manner.
-
Uses of JsNumber in jsonvalues
Subclasses of JsNumber in jsonvaluesModifier and TypeClassDescriptionfinal class
Represents an immutable JSON number of type BigDecimal.final class
Represents an immutable JSON number of type BigInteger.final class
Represents an immutable JSON number of type double.final class
Represents an immutable JSON number of type integer.final class
Represents an immutable JSON number of type long.Methods in jsonvalues that return JsNumberModifier and TypeMethodDescriptiondefault JsNumber
JsValue.toJsNumber()
Returns this JsValue as a JsStr.