Uses of Interface
de.espirit.firstspirit.json.JsonObject
-
Uses of JsonObject in de.espirit.firstspirit.json
Modifier and TypeMethodDescriptionstatic JsonObject
JsonObject.create()
Create a new emptyJsonObject
.@NotNull JsonObject
This method adds one pair to the object.@NotNull JsonObject
JsonObject.put
(@NotNull String key, @NotNull JsonElement<?> value) This method adds one pair to the object.@NotNull JsonObject
JsonObject.put
(@NotNull Collection<? extends JsonPair> pairs) This methods adds any kind of collection ofJsonPair
s to the object.This methods removes the pair with the specified key.This methods removes the pair with the specified key.