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 JsonNumberJsonArray. getJsonNumber(int index)Returns the number value at the specified position in this array.JsonNumberJsonObject. getJsonNumber(String name)Returns the number value to which the specified name is mapped.
-