-
public final class JsonFunctionsKt
-
-
Method Summary
Modifier and Type Method Description final static UnitgetJson(URL $self, Function1<JsonObject, Unit> consumer, Function1<IOException, Unit> exception, JavaPlugin plugin)final static UnitgetJson(String $self, Function1<JsonObject, Unit> consumer, Function1<IOException, Unit> exception, JavaPlugin plugin)final static JsonObjecttoJsonObject(String $self)-
-
Method Detail
-
getJson
final static Unit getJson(URL $self, Function1<JsonObject, Unit> consumer, Function1<IOException, Unit> exception, JavaPlugin plugin)
-
getJson
final static Unit getJson(String $self, Function1<JsonObject, Unit> consumer, Function1<IOException, Unit> exception, JavaPlugin plugin)
-
toJsonObject
final static JsonObject toJsonObject(String $self)
-
-
-
-