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