Uses of Interface
javax.json.JsonNumber
-
Packages that use JsonNumber Package Description javax.json Provides an object model API to process JSON. -
-
Uses of JsonNumber in javax.json
Methods in javax.json that return JsonNumber Modifier and Type Method Description JsonNumber
JsonArray. getJsonNumber(int index)
Returns the number value at the specified position in this array.JsonNumber
JsonObject. getJsonNumber(java.lang.String name)
Returns the number value to which the specified name is mapped.
-