-
public final class JSONKt
-
-
Method Summary
Modifier and Type Method Description final static StringtoJson(Object $self)final static <T extends Any> TfromJson(String $self, Class<T> classOfT)final static <T extends Any> TfromJson(String $self, Type type)final static <T extends Any> <ERROR CLASS><T>fromJsonList(String $self, Class<T> classOfT)-
-
Method Detail
-
fromJsonList
final static <T extends Any> <ERROR CLASS><T> fromJsonList(String $self, Class<T> classOfT)
-
-
-
-