-
public final class JSONObjectExtensionKt
-
-
Method Summary
Modifier and Type Method Description final static StringgetStringOrNull(JSONObject $self, String key)Return the value mapped by the given key, or {@code null} if not present or null. -
-
Method Detail
-
getStringOrNull
final static String getStringOrNull(JSONObject $self, String key)
Return the value mapped by the given key, or {@code null} if not present or null.
-
-
-
-