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