Package | Description |
---|---|
de.espirit.firstspirit.json |
Modifier and Type | Method and Description |
---|---|
static JsonObject |
JsonObject.create()
Create a new empty
JsonObject . |
JsonObject |
JsonObject.put(Collection<? extends JsonPair> pairs)
This methods adds any kind of collection of
JsonPair s to the object. |
JsonObject |
JsonObject.put(JsonPair pair)
This method adds one pair to the object.
|
JsonObject |
JsonObject.put(String key,
JsonElement<?> value)
This method adds one pair to the object.
|
JsonObject |
JsonObject.remove(JsonPair pair)
This methods removes the pair with the specified key.
|
JsonObject |
JsonObject.remove(String key)
This methods removes the pair with the specified key.
|
Copyright © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210