public interface JsonObject
Modifier and Type | Method and Description |
---|---|
Collection<JsonObject> |
getArray(String key)
Returns a collection of JsonObjects corresponding to the specified key.
|
byte[] |
getBytes(String key)
Returns a byte array corresponding to the specified key.
|
JsonObject |
getJsonObject(String key)
Returns a JsonObject corresponding to the specified key.
|
JsonObject getJsonObject(String key)
key
- the key of the JsonObject.byte[] getBytes(String key)
key
- the key of the byte array.Collection<JsonObject> getArray(String key)
key
- the key of the JsonObjects collection.Copyright © 2005–2024 Onix Solutions. All rights reserved.