| Package | Description |
|---|---|
| javax.json |
Provides an object model API to process JSON.
|
| Modifier and Type | Method | Description |
|---|---|---|
JsonNumber |
JsonArray.getJsonNumber(int index) |
Returns the number value at the specified position in this array.
|
JsonNumber |
JsonObject.getJsonNumber(String name) |
Returns the number value to which the specified name is mapped.
|
Copyright © 2019 Oracle. All rights reserved.