Uses of Interface
de.espirit.firstspirit.json.JsonPair
-
Uses of JsonPair in de.espirit.firstspirit.json
Modifier and TypeMethodDescriptionstatic @NotNull JsonPair
JsonPair.of
(@NotNull String key, @NotNull JsonElement<?> value) Modifier and TypeMethodDescription@NotNull Collection<JsonPair>
JsonObject.pairs()
This method can be used to get all currently pairs that are part of the object.Modifier and TypeMethodDescription@NotNull JsonObject
This method adds one pair to the object.This methods removes the pair with the specified key.Modifier and TypeMethodDescription@NotNull JsonObject
JsonObject.put
(@NotNull Collection<? extends JsonPair> pairs) This methods adds any kind of collection ofJsonPair
s to the object.