Class JsonUtil

java.lang.Object
net.minestom.server.utils.json.JsonUtil

public final class JsonUtil extends Object
  • Method Details

    • fromJson

      @NotNull public static @NotNull com.google.gson.JsonElement fromJson(@NotNull @NotNull String json)
    • fromJson

      @NotNull public static @NotNull com.google.gson.JsonElement fromJson(@NotNull @NotNull Reader reader)
    • toJson

      @NotNull public static @NotNull String toJson(@NotNull @NotNull com.google.gson.JsonElement element)