Test login

This commit is contained in:
2020-06-15 16:20:38 +02:00
parent 47dc1a582b
commit 78454c5db5
2 changed files with 118 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
package utils
import org.json.JSONObject
fun JSONObject.keyList(): List<Any?> = keys().asSequence().toList()