Package | Description |
---|---|
javax.json |
Provides an object model API to process JSON.
|
Modifier and Type | Method and Description |
---|---|
JsonString |
JsonArray.getJsonString(int index)
Returns the string value at ths specified position in this array.
|
JsonString |
JsonObject.getJsonString(String name)
Returns the string value to which the specified name is mapped.
|
Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.